-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAWS_project_by_ajith
More file actions
19 lines (19 loc) · 900 Bytes
/
Copy pathAWS_project_by_ajith
File metadata and controls
19 lines (19 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AWS Devops Project steps by steps 3 tier application
---------------------------------
Tools stack
=============
1 > github for source code management
2> Jenkins for orchestration
3> Maven for java based applications
4> Docker for build containers
5> IAM for authentication & auth
6> cloud wtach for monitoring & logging
7> EKS cluster for application deployment
8 > ECR to host our container images
========================================
VPC our infrastructure spread across 3 regions within vpc we have total 9 subnets
3 web -app public subnet internet facing components are deployed in app subnet
3 app private subnet our actual application deployed in app subent
3 db database private subnet our database deployed in db subnet
-----------------------------------
IGW attached with vpc for internet based traffic we have 3 NAT gateway deployed for outgoing internet traffic