Author Archives: anuj varma - Page 7
S3 customer session
This content is password protected. To view it please enter your password below: Password:
aws_controltower_control – terraform – preventive and detective control tower controls
This content is password protected. To view it please enter your password below: Password:
AWS EC2 – Proceed without Key Pair
While creating the instance , you will be prompted to "Proceed without key pair" . You can still connect to the instance provided: the sshd in your AMI is configured to use…
AWS Backups using SSM doc and bash
How do I kick off a command line based backup job (AWS backup job) from an SSM Doc? Create your SSM managed EC2 instance (with the SSM agent installed).…
S3 ACLs and Bucket Policies
S3 ACLs and S3 Bucket Policies ACLs were the first authorization mechanism in S3. Bucket policies are the newer method, and the method used for almost all AWS services. Policies can…
AWS SSO Groups, Root Users
AWS SSO Groups and Root UsersAlso read Extending your AD to AWS and Restricted IAM Admin in AWS IAM Best Practice - Discourage use of local accounts and encourage SSO…
Extending your AD to AWS – AD on EC2 Instances
AD extend AWS Extending your AD to AWS Also read - Limited IAM Admin in AWS A very common use case - either to provide ease of addressing of AWS…
Accessing PaaS Services on AWS via Endpoints
Also read, which PaaS services require VPCs Accessing PaaS Services on AWS AWS services like EC2, RDS, and ElastiCache come with an Elastic Network Interface (ENI), which enables communication from…
Limited IAM Admin in AWS
Often, we need to pare down the credentials of an IAM admin. This can be accomplished by creating a custom IAM policy for the restricted admin. What about a limited…
Testing your VPN Tunnel in AWS
VPN TUNNEL in AWS The idea is for all your private subnets to route via the VPN Tunnel. Create a custom route table shown below for the first private subnet.…