AWS Excercises part extended with a simple Elastic Beanstalk application creation (#209)

- Excercise and the Solution added
This commit is contained in:
bakossandor
2022-04-01 13:57:26 +02:00
committed by GitHub
parent 559c69fbc4
commit 6eb68c5f1f
3 changed files with 77 additions and 0 deletions

View File

@@ -84,6 +84,13 @@ Failover | Route 53 | [Exercise](route_53_failover.md) | [Solution](solutions/ro
| Hello Function | Lambda | [Exercise](hello_function.md) | [Solution](solutions/hello_function.md) | Easy |
| URL Function | Lambda | [Exercise](url_function.md) | [Solution](solutions/url_function.md) | Easy |
#### AWS - Elastic Beanstalk
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
| Simple Elastic Beanstalk Node.js app | Elastic Beanstalk | [Exercise](elastic_beanstalk_simple.md) | [Solution](solutions/elastic_beanstalk_simple.md) | Easy |
#### AWS - Misc
|Name|Topic|Objective & Instructions|Solution|Comments|