So, the following architecture is a good start to get starte... by shivansh sukhijaSo, the following architecture is a good start to get starte... by shivansh sukhija
So, the following architecture is a good start to get starte...
So, the following architecture is a good start to get started with AWS Infrastructure:
It has a VPC ( Virtual Private Connection ) and has 3 subnets.
Public ...
So, the following architecture is a good start to get started with AWS Infrastructure:
It has a VPC ( Virtual Private Connection ) and has 3 subnets.
Public Subnet which has NAT Gateway, a Jump Server and an Application load balancer.
1st Private Subnet has a Jenkins CI/CD Server and 3 Application Server.
2nd Private Subnet has a database with a standby database.
Jump Server (Bastian Server) is being used to access the Application Server so we could configure it, and by configure it I mean you can access your Servers only through the Jump Server that’s the purpose of it.
User can access the application through the S3 Frontend which is connected to the CDN called Cloudfront which redirects the request towards the load balancer and load balancer redirects the request towards the Application server.