First commit
This commit is contained in:
14
ec2-assign-eip.json
Normal file
14
ec2-assign-eip.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Sid": "EC2AssociateEIP",
|
||||
"Effect": "Allow",
|
||||
"Action": "ec2:AssociateAddress",
|
||||
"Resource": [
|
||||
"arn:aws:ec2:*:<ACCOUNT_ID>:elastic-ip/<ALLOCATION_ID>",
|
||||
"arn:aws:ec2:*:<ACCOUNT_ID>:instance/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user