You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script can check multiple AWS accounts. You need to have AWS access and secret keys, plus your AWS account ID. Account ID is used by *get_all_snapshots* and *get_all_images*.
18
+
19
+
SMTP server details are required if you want to send emails.
20
+
21
+
The **_getFreeSnapshots_** function can be used to remove snapshots that have:
22
+
* no AMI *and*
23
+
* no existing volume.
24
+
25
+
This function is not called by default.
26
+
27
+
### Usage
28
+
`$ python ./backup-audit-aws.py`
11
29
12
30
## bulk-mod-of-aws-security-groups
13
31
Bash script that opens a TCP/UDP/ICMP port on all AWS security groups. Script requires Python and aws cli.
@@ -19,4 +37,4 @@ Bash script that creates a new EC2 instance inside a VPC from an AMI. Script req
19
37
Bash script that converts AWS IAM user's credentials to Amazon SES SMTP credentials. Script requires OpenSSL.
0 commit comments