-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Scalable, High Available, and Secured Web App in AWS cloud #4
Comments
Great |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal: Goal of this POC is to prove that webservices can be deployed into private subnets and serve the traffic to public users via Internet facing Load Balancer.
Resources Used:
VPC
Subnets
Route Tables
Internet gateway
NAT Gateway
Security Groups
Network ACL
Elastic IP
S3 Bucket
SNS Topic
Cloud Watch Alarms
EC2 Instances
Auto Scaling Group
Network Load Balancer
Route53 Hosted Zone
IAM Policy
IAM Role
Session Manager
Configuration:
You can choose any EC2 configuration (OS, Instance Type, Storage Size, Key Pair etc...) as the goal to deploy a webapp.
Deployment:
Install Java8
Install httpd web server
Install epel repo
Verification:
Login to EC2 instances using Session Manager and run stress command to verify the Scale Out activity
Browse the web service using a browser from the public internet .
Destroy:
Once POC is completed, destroy the resources created in this project.
The text was updated successfully, but these errors were encountered: