Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add public ip paragraph in IAM section #375

Merged
merged 2 commits into from
May 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/builders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,16 @@ If you are using the `vpc_filter` option, you must also add:

ec2:DescribeVpcs

This permission may also be needed by the `associate_public_ip_address` option, if specified without a subnet.
In this case the plugin will invoke `DescribeVpcs` to find information about the default VPC.

When using `associate_public_ip_address` without a subnet, you will also benefit from having:

ec2:DescribeInstanceTypeOfferings

This will ensure that the plugin will pick a subnet/AZ that can host the type of instance
you're requesting in your template.

## Troubleshooting

### Attaching IAM Policies to Roles
Expand Down