Skip to content

Commit

Permalink
Update autoscaler AWS ASG target docs: AWS keypair can be empty (#11977)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlop authored Feb 18, 2022
1 parent 36cc170 commit 1ad08c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/content/tools/autoscaling/plugins/target/aws-asg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ target "aws-asg" {
to connect to and where resources should be managed.

- `aws_access_key_id` `(string: "")` - The AWS access key ID used to authenticate
with the AWS API.
with the AWS API. If empty, the IAM role attached to the EC2 instance will be
used.

- `aws_secret_access_key` `(string: "")` - The AWS secret key ID used to authenticate
with the AWS API.
with the AWS API. If empty, the IAM role attached to the EC2 instance will be
used.

- `aws_session_token` `(string: "")` - The AWS session token used to authenticate
with the AWS API.
Expand Down

0 comments on commit 1ad08c2

Please sign in to comment.