Archive for November, 2017

Manage AWS EC2 Snapshots

| November 23rd, 2017
Create and delete snapshots according to retention plan. IAM account:  In the AWS Management Console, go to IAM service.  On the right side click on Users then Add User:  Type In user name and select Programmatic access. Then Next:Permissions  On the next page select "Attach existing policy directly" then click on Create Policy  Click on the JSON tab then copy/paste the code below(we will use one policy for creating and deleting snapshots): { "Version": "2012-10-17", Read more [...]