EC2
- Providing EC2 Instances
- Bootstraping EC2 instance while launching
- Hardening EC2 instances with security groups to open or close port numbers
- Recovering EC2 instance keypair
- Modifying instance type in case of demanding more / less resources (CPU/ Memory)
- Shutting down unused instances as per customer confirmation
- Taking AMI of instances if any activity/ change scheduled
VPC
- Creating VPC, Subnet, Route tables, Internet Gateway, NACLs, etc for new environment
- Creating public and private subnet.
- Creating NAT Instances, NAT gateways
- Disabling ports in NACLs
- Enabling VPC peering between Test, QA and Prod VPCs
- Enabling VPC flow logs to monitor network related issues
- Creating and configuring Open VPN server to connect instance security.
- Creating new users in open VPN server
ELB/ AutoScaling
- Creating ELBs
- Requesting SSL Certificate for new domains in certificate manager (ACM)
- Configuring SSL Certificate on ELBs
- Troubleshooting in case of instance are “outOfservice” in ELB
- Enabling and analyzing ELB access log
- Creating Launch Configuration and Auto Scaling groups
- Adding new LC to ASG when AMI updated.
EBS, S3,EFS, Glacier
- Creating New EBS Volumes, modifying existing Volume size or volume type.
- Taking Volume snapshots for backup
- Copying Volumes from one Availability Zone (AZ) to other AZ if requested.
- Migration data from one EC2 instance to others.
- Enabling encryption on EBS and S3 bucket objects.
- Creating S3 buckets and granting request permission through AMI.
- Enabling life cycle policies to transfer data from one storage class to other.
- Creating EFS and mounting it in multiple instances.
IAM
- Creating IAM Users and granting with minimal permissions.
- Generating or modifying IAM policies as per requirement.
- Creating roles to access one AWS service with others
- Enforcing users to use secure password and MAF.
CloudWatch, CluodTrail, TrustAdvisor
- Monitoring instances resource utilization through CloudWatch.
- Creating alarms, events and custom matrix in CloudWatch.
- Enabling CloudTrail and analyzing logs in case of any events occurred.
- Collecting trusted Adviser reports timely manner and analyzing reports for cost optimisation.
Route53
- Creating Route53 hosted zones to map with public or private domain.
- Creating record sets to map with EC2 instances/ ELBs.
- Using routing policies if necessary.
- Mapping domain from domain register (like godaddy) to route53.
RDS
- Creating RDS Instances as per databases per requirement.
- Enabling Multi-AZ, read policies as per demand.
- Taking snapshots and restoring from snapshots.
No comments:
Post a Comment