What IAM policies/permissions or what you would you need to audit the VPC, NAT Gateways, router tables, etc of Production and Dev accounts?

0

What IAM policies/permissions or what you would you need to audit the VPC, NAT Gateways, router tables, etc of Production and Dev accounts?

1 Answer
0

AWS has a managed policy called "AmazonVPCReadOnlyAccess" that allows read-only access to resources around the VPC.
https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonVPCReadOnlyAccess.html
It is better to use this first than to create one from scratch.
If you need to further narrow down the permissions, you can create a custom one.

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions