Skip to content

Commit 307f7f7

Browse files
Updated Readme
1 parent e9bb686 commit 307f7f7

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

README.md

+30-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
1-
README
1+
# Deploying to AWS with Terraform and Ansible Repo
22

3-
This repo will contain separate versions of this project:
4-
1. For following along in A Cloud Guru's CloudPlayground AWS environment
5-
2. For following along in A Cloud Guru's CloudPlayground AWS environment and deploying multiple Jenkins workers
6-
3. For following along in your own personal AWS account(Warning: This will incure charges)
3+
This repo will contain code used and taught in the A Cloud Guru course named above.
74

8-
More to come
5+
This course was originally created before Terrafom 0.13 was released however I have updated it to work with version 0.13 in the `terraform_v13_compatible_code` folder.
6+
7+
8+
------
9+
10+
For following along using Terraform 0.12 refer to the `aws_la_cloudplayground_multiple_workers_version`.
11+
12+
Again, for following along using Terraform 0.13 refer to the `terraform_v13_compatible_code`.
13+
14+
Although the folder naming convention in this repository should make sense for the most part, it was primarily created to be referred through the lessons on the A Cloud Guru website.
15+
16+
17+
For queries and feedback please reach out to ACG support: https://help.acloud.guru
18+
19+
## Warning
20+
1. Parts of this repository expect users to obtain a Route53 domain name, which is available with ACG Playground tier subscription.
21+
2. Following along and deploying resources in AWS as taught by this course WILL incur charges!!! Be sure to destroy any infrastructure that you do not need.
22+
23+
---
24+
25+
26+
Copyright 2020 A CLOUD GURU
27+
28+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
29+
30+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
31+
32+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)