
11
JanuaryCreating IAM Role for ECS Cluster

11
JanuaryAttaching IAM Policy to ECS Cluster Role

11
JanuaryExecuting Terraform and Outputting Variables for Remote State

11
JanuaryTaking a Look at Spring Boot Application We Will Deploy

11
JanuaryDefining Backend and Reading Remote State for Layer 2 Infrastructure

12
JanuaryCreating ECS Task Definition

12
JanuaryResolving Template and Creating ECS Task Definition

12
JanuaryCreating IAM Task and Execution Role and Policy for ECS Tasks

12
JanuaryCreating Security Group for ECS Service

12
JanuaryCreating ALB Target Group for ECS Service

12
JanuaryCreating ECS Service

12
JanuaryCreating ALB Listener Rule for ECS Service

12
JanuaryCreating CloudWatch Log Group for ECS Service

12
JanuaryReviewing Our Code and Infrastructure Before Execution

12
JanuaryProviding Tfvars for Terraform Variables

12
JanuaryCreating a Dockerfile for Our Spring Boot Application

12
JanuaryCreating a Shell Script for Deployment

12
JanuaryImplementing Deployment Stages for Shell Script

12
January1st Stage - Implementing Code Build Stage

12
January2nd Stage - Implementing App Dockerizing and AWS ECR Push

12
January3rd Stage - Implementing App Deployment to ECS Fargate with Terraform

12
January1st Stage - Building the Code

12
January2nd Stage - Dockerizing App and Pushing to AWS ECR

12
January3rd Stage - Deploying App to ECS Fargate with Terraform

12
JanuaryTesting Out The Whole Architecture and Verifying Our Fargate App
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108