Skip to content

Commit 4890034

Browse files
Create README.md
1 parent 29cb742 commit 4890034

File tree

1 file changed

+19
-0
lines changed
  • beginners/aws/modules/API_Gateway & CloudWatch

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## API_Gateway & Cloudwatch
2+
3+
These templates implements a api_gateway, cloudwatch alarm, dashboard and route53 health check, and associated necessary steps required. We used below services :
4+
5+
- API_Gateway
6+
- cloudwatch_dashboard for api
7+
- route53 health check
8+
9+
-- Mention your region, secret and access keys, vpc_id, subnet_ids and ami_id required in the templates.
10+
11+
To run these templates, clone the repository and run terraform apply within its own directory.
12+
13+
For example:
14+
15+
```tf
16+
$ git clone https://github.com/collabnix/terraform.git
17+
$ cd terraform/beginner/aws/modules/API_Gateway & CloudWatch
18+
$ terraform apply
19+
```

0 commit comments

Comments
 (0)