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 more permissions troubleshooting details #389

Merged
merged 1 commit into from
May 23, 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
8 changes: 8 additions & 0 deletions docs/builders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@ When using `associate_public_ip_address` without a subnet, you will also benefit
This will ensure that the plugin will pick a subnet/AZ that can host the type of instance
you're requesting in your template.

If you are using the `deprecate_at` attribute in your templates, you will also need:

ec2:EnableImageDeprecation

If you are using SSM to connect to the instance, and are specifying a private key file, you must also add:

ec2-instance-connect:SendSSHPublicKey

## Troubleshooting

### Attaching IAM Policies to Roles
Expand Down