Skip to content

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.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years 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.