You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify that the Artifacts are pushed to Jfrog Repo.
Infrastructure
Deploy Network
Deploy VPC
Write a terraform module to deploy the VPC architecture shown.
Deploy VPC architecture - Choose any IP range of your choice. Below resources need to be deployed.
3.1 VPC
3.2 Internet Gateway
3.3 Public Subnets in 1a & 1b zones
3.4 Private Subnets in 1a & 1b zones
3.5 Private Route table
3.6 Public Route table
Deploy Route53 hosted zone
Write terraform to deploy Route53 hosted zone
If you do not have an authoritative domain then take any xyz.com just to complete the terraform.
Below resources need to be deployed
3.1 Hosted zone
Deploy compute resources to host high available monolithic spring boot web application
Write terraform module to deploy compute resources (Proxy, App, database layers )for web application deployment as per the architecture shown into the existing VPC(created in step# 1)
Below resources need to be created for Proxy and App tiers
3.1 Auto Scaling Group for nginx & tomcat
3.2 Application Load Balancer for nginx & tomcat
3.3 Target Groups for both Load Balancers
3.2 Launch Configuration with userdata for nginx & tomcat
3.3 Security Group (allow 80 & 22 ports) for nginx
3.4 Security Group (allow 8080 & 22 ) for tomcat
3.5 Security Group for RDS.
3.5 Multi AZ RDS instance with database and table structure Employee.
3.4 Internet facing Network Load Balancer
3.5 Target Group for nginx & tomcat
3.6 Alias Record in Route 53 hosted zone.
3.7 IAM Instance Profile(IAM Role) - attach to both launch configurations
3.8 Below policies need to be added to the IAM Instance Profile (IAM Role)
i) AmazonEC2forSSM
Verification
Verify if you able to login to the EC2 instances using session manager
Verify EC2 instances are healthy in the target group
Verify web application is accessible
Validation:
Create account in bitbucket.org
Login to bitbucket and create a private repository to store the terraform code. Example naming standard for the two repositories.
terraform-vpc-base
terraform-login-app
The text was updated successfully, but these errors were encountered:
Pre-requisites:
Deployment:
Project deployment is divided into two steps.
Application
1.1 Repo: https://[email protected]/iwayqtech/javaloginapp.git
2.1 mvn package
3.1 mvn deploy
Infrastructure
Deploy Network
3.1 VPC
3.2 Internet Gateway
3.3 Public Subnets in 1a & 1b zones
3.4 Private Subnets in 1a & 1b zones
3.5 Private Route table
3.6 Public Route table
Deploy Route53 hosted zone
3.1 Hosted zone
Deploy compute resources to host high available monolithic spring boot web application
Below resources need to be created for Proxy and App tiers
3.1 Auto Scaling Group for nginx & tomcat
3.2 Application Load Balancer for nginx & tomcat
3.3 Target Groups for both Load Balancers
3.2 Launch Configuration with userdata for nginx & tomcat
3.3 Security Group (allow 80 & 22 ports) for nginx
3.4 Security Group (allow 8080 & 22 ) for tomcat
3.5 Security Group for RDS.
3.5 Multi AZ RDS instance with database and table structure Employee.
3.4 Internet facing Network Load Balancer
3.5 Target Group for nginx & tomcat
3.6 Alias Record in Route 53 hosted zone.
3.7 IAM Instance Profile(IAM Role) - attach to both launch configurations
3.8 Below policies need to be added to the IAM Instance Profile (IAM Role)
i) AmazonEC2forSSM
Verification
Validation:
terraform-vpc-base
terraform-login-app
The text was updated successfully, but these errors were encountered: