Text and Typography
This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Headings H1 - heading H2 - heading H3 - ...
This post is to show Markdown syntax rendering on Chirpy, you can also use it as an example of writing. Now, let’s start looking at text and typography. Headings H1 - heading H2 - heading H3 - ...
Virtual Private Cloud (VPC) VPC Components Diagram Understanding CIDR - IPv4 Classless Inter-Domain Routing - a method for allocating IP addresses Used in Security Groups rules and AWS networ...
White Papers and Architectures Well Architected Framework, Disaster Recovery, etc… Section Overview Well Architected Framework Whitepaper Well Architected Tool AWS Trusted Advisor Referenc...
Virtual Private Cloud (VPC) Default VPC Walkthrough All new AWS accounts have a default VPC New EC2 instances are launched into the default VPC of no subnet is specified Default VPC has Inte...
Route 53 Section What is DNS Domain Name System which translates the human friendly hostnames into the machine IP address www.google.com => 172.2.17.18.36 DNS is the backbone of the inter...
Extra Solution Architecture and AWS Services discussions Lambda, SNS & SQS SQS + Lambda SQS FIFO + Lambda SNS asynchroous to Lambda + SQS Fan Out Pattern: deliver to multiple SQS ...
Exam Review & Tips State of learning checkpoint Let look how far we’ve gone on our learning Practice makes perfect If you’re new to AWS, take a bit of AWS practice thanks to this c...
Developing on AWS AWS EC2 Instance Metadata AWS EC2 Instance Medata is powerful but one of the least known features to developers It allows AWS EC2 instances to “learn about themselves” withou...
AWS Security & Encryption KMS, Encryption SDK, SSM Parameter Store Why encryption? Encryptio in flight (SSL) Data is encrypted before sennding and decrypted after receiving SSL certtificat...
What is ACM? The AWS certtificates manager is a service which allow the creation, managerment and renewable of certificates. It allow deployment certificcatte onto support AWS service...