Skip to content

Commit 003be6e

Browse files
added autoscaling:SetInstanceProtection permission to default aws iam policy (#180)
* added SetInstanceProtection permission to default aws iam policy * Auto Format Co-authored-by: cloudpossebot <[email protected]>
1 parent f5dcc84 commit 003be6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ Like this project? Please give it a ★ on [our GitHub](https://github.com/cloud
393393
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
394394

395395

396+
396397
## Related Projects
397398

398399
Check out these related projects.
@@ -402,8 +403,6 @@ Check out these related projects.
402403
- [geodesic](https://github.com/cloudposse/geodesic) - Geodesic is the fastest way to get up and running with a rock solid, production grade cloud platform built on strictly Open Source tools.
403404
- [terraform-aws-elasticache-cloudwatch-sns-alarms](https://github.com/cloudposse/terraform-aws-elasticache-cloudwatch-sns-alarms) - Terraform module that configures CloudWatch SNS alerts for ElastiCache
404405

405-
406-
407406
## Help
408407

409408
**Got a question?** We got answers.

main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ data "aws_iam_policy_document" "default" {
174174
"autoscaling:PutScheduledUpdateGroupAction",
175175
"autoscaling:ResumeProcesses",
176176
"autoscaling:SetDesiredCapacity",
177+
"autoscaling:SetInstanceProtection",
177178
"autoscaling:SuspendProcesses",
178179
"autoscaling:TerminateInstanceInAutoScalingGroup",
179180
"autoscaling:UpdateAutoScalingGroup",

0 commit comments

Comments
 (0)