Skip to main content

Posts

AWS Organizations

Recent posts

AWS Solutions Architect Professional

How to handle peak load of application? - When encountering the phrase "handle peak load traffic" in a question, think of AWS Auto-Scaling. - Use Auto-Scaling with Spot instances  - Use Auto-Scaling with On-Demand instances  What to be used for steady state load of application? - Use Reserved instances What EC2 pricing model should be used for RDS? - Use Reserved instances for RDS Which Route53 record should be used for EC2? - Use a Type A Record without an Alias for EC2 instances Which Route53 record should be used for ELB, CloudFront, S3? - Use a Type A Record with an Alias for ELB, CloudFront, and S3 Which Route53 record should be used for RDS? - Use a CNAME Record with no Alias for RDS Which service should be used to discover and protect sensitive data in AWS using machine-learning and pattern-matching? - Using Amazon Macie Which AWS service should be used to scan Amazon S3 buckets for data security and data privacy? - Using Amazon Macie Where to store encryption keys? - ...

NAT Gateway & NAT Instance

%3CmxGraphModel%3E%3Croot%3E%3CmxCell%20id%3D%220%22%2F%3E%3CmxCell%20id%3D%221%22%20parent%3D%220%22%2F%3E%3CmxCell%20id%3D%222%22%20value%3D%22VPC%22%20style%3D%22points%3D%5B%5B0%2C0%5D%2C%5B0.25%2C0%5D%2C%5B0.5%2C0%5D%2C%5B0.75%2C0%5D%2C%5B1%2C0%5D%2C%5B1%2C0.25%5D%2C%5B1%2C0.5%5D%2C%5B1%2C0.75%5D%2C%5B1%2C1%5D%2C%5B0.75%2C1%5D%2C%5B0.5%2C1%5D%2C%5B0.25%2C1%5D%2C%5B0%2C1%5D%2C%5B0%2C0.75%5D%2C%5B0%2C0.5%5D%2C%5B0%2C0.25%5D%5D%3BoutlineConnect%3D0%3BgradientColor%3Dnone%3Bhtml%3D1%3BwhiteSpace%3Dwrap%3BfontSize%3D12%3BfontStyle%3D0%3Bcontainer%3D1%3BpointerEvents%3D0%3Bcollapsible%3D0%3BrecursiveResize%3D0%3Bshape%3Dmxgraph.aws4.group%3BgrIcon%3Dmxgraph.aws4.group_vpc%3BstrokeColor%3D%23248814%3BfillColor%3Dnone%3BverticalAlign%3Dtop%3Balign%3Dleft%3BspacingLeft%3D30%3BfontColor%3D%23AAB7B8%3Bdashed%3D0%3B%22%20vertex%3D%221%22%20parent%3D%221%22%3E%3CmxGeometry%20x%3D%2240%22%20y%3D%22820%22%20width%3D%22511%22%20height%3D%22480%22%20as%3D%22geometry%22%2F%3E%3C%2FmxCell%3E%3CmxCel...

Application Load Balancer (ALB)

The ALB spans all subnets in a VPC i.e., it is not inside a subnet but VPC. ALB is bound to Target Groups (TGs). TGs are bound to subnets.