AWS Lab - Readme
Readme
1
2
3
4
__∧_∧__ ~~~~~
/(*´O`)/\
/| ̄∪∪ ̄|\/
|__ _|/
AWS cloud architect project
- Lambda interact with S3, auto make modify to the upload file…
- Lambda interact with API gateway, calculate the data it get.
- with ECS and Docker Hub to create a static web site.
- configure VPC gateway to create endpoint, grant access to S3 or other cloud service from a private EC2 instance that do not have public internet.
- configure Egress-only internet gateway for IPv6 EC2 instance.
- Configure EFS and mount it to multiple EC2 instance in multiple AZ.
- create a VPC peer connection
- create database with word-press
- RDS with multi-AZ and read-replica
- Aurora and Aurora serverless
- DynamoDB, create the table and query/scan the item.
- use CLB to balanace the traffic to 3 different web instance, make the web instance only be connected through CLB
This post is licensed under CC BY 4.0 by the author.
Comments powered by Disqus.