AWS Blog
Saturday, 13 November 2021
Lock the user AWS access keys if the access key is inactive for certain days
›
About the problem: I got a specific requirement from my client compliance team that they want to disable the AWS access keys automaticall...
Lock the user AWS account if the account is inactive for certain days
›
About the problem: I got a specific requirement from my client compliance team that they want to disable the AWS account automatically if ...
AWS EBS Volume report using python script
›
It is very import me to track all the resources created for my client is always compliance with the IT security policy . Most of my clients...
AWS Volume encryption automatically for all instances for your AWS environment automatically using Shell Script :
›
About EBS volume Encryption : EBS encryption as an encryption solution for your EBS resources associated with your aws EC2 instances. With A...
Thursday, 25 May 2017
AWS VPC with a NAT Gateway Cloudformation code
›
{ "AWSTemplateFormatVersion": "2010-09-09", "Description": "A VPC environment in two availabilit...
1 comment:
Tuesday, 4 October 2016
AWS Volume tagging based on the block device
›
AWS Volume tagging based on the block device #!/usr/bin/env python2 import boto3 REGION = ...
Create the Security Group rules using python boto API
›
Create the Security Group rules using python boto API #!/usr/bin...
›
Home
View web version