Resource Enumeration

Introduction

  • Identify attack surface by interacting with resources.

  • List Instances

aws ec2 describe-instances --region <region name>
  • List S3 Buckets

aws s3 ls


REFERENCES

Last updated

Was this helpful?