Skip to content

Commit 7982d8e

Browse files
MV1205mjang
andauthored
Update high-availability-keepalived.md
Co-authored-by: Mike Jang <[email protected]>
1 parent 7cac7ae commit 7982d8e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

content/nginx/deployment-guides/amazon-web-services/high-availability-keepalived.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,35 +48,20 @@ The scripts in the HA solution use the AWS API to associate an Elastic IP addres
4848
```json
4949

5050
{
51-
5251
"Version": "2012-10-17",
53-
5452
"Statement": [
55-
5653
{
57-
5854
"Effect": "Allow",
59-
6055
"Action": [
61-
6256
"ec2:AssociateAddress",
63-
6457
"ec2:DescribeInstances",
65-
6658
"ec2:DescribeAddresses",
67-
6859
"ec2:DisassociateAddress"
69-
7060
],
71-
7261
"Resource": "*"
73-
7462
}
75-
7663
]
77-
7864
}
79-
8065
```
8166

8267
Or, you can use the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables to provide credentials to the HA scripts, as shown in [Step 5](#ha-aws_keepalived-configure).

0 commit comments

Comments
 (0)