1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-13 10:21:57 +00:00

More on credentials.

Start at #94.
This commit is contained in:
Joshua Levy 2016-10-11 10:18:51 -07:00
parent c2c05b930d
commit 82523efc0d

View file

@ -17,6 +17,7 @@ Table of Contents
**AWS in General** **AWS in General**
- [General Information](#general-information) - [General Information](#general-information)
- [Learning and Career Development](#learning-aws)
- [Managing AWS](#managing-aws) - [Managing AWS](#managing-aws)
- [Managing Servers and Applications](#managing-servers-and-applications) - [Managing Servers and Applications](#managing-servers-and-applications)
@ -245,6 +246,7 @@ Weve assembled a landscape of a few of the services. This is far from complet
🚧 *Suggestions to improve this figure? Please [file an issue](CONTRIBUTING.md).* 🚧 *Suggestions to improve this figure? Please [file an issue](CONTRIBUTING.md).*
### Common Concepts ### Common Concepts
- 📒 The AWS [**General Reference**](https://docs.aws.amazon.com/general/latest/gr/Welcome.html) covers a bunch of common concepts that are relevant for multiple services. - 📒 The AWS [**General Reference**](https://docs.aws.amazon.com/general/latest/gr/Welcome.html) covers a bunch of common concepts that are relevant for multiple services.
@ -383,6 +385,19 @@ Its important to know the maturity of each AWS product. Here is a mostly comp
- [OpenStack](https://www.openstack.org/) is a private cloud alternative to AWS used by large companies that wish to avoid public cloud offerings. - [OpenStack](https://www.openstack.org/) is a private cloud alternative to AWS used by large companies that wish to avoid public cloud offerings.
Learning and Career Development
-------------------------------
### Certifications
- **Certifications:** AWS offers [**certifications**](https://aws.amazon.com/certification/) for IT professionals who want to demonstrate their knowledge. They are:
- Certified Solutions Architect [Associate](https://aws.amazon.com/certification/certified-solutions-architect-associate/) and [Professional](https://aws.amazon.com/certification/certified-solutions-architect-professional/),
[Certified Developer Associate](https://aws.amazon.com/certification/certified-developer-associate/)
- [Certified SysOps Administrator Associate](https://aws.amazon.com/certification/certified-sysops-admin-associate/)
- [Certified Certified DevOps Engineer Professional](https://aws.amazon.com/certification/certified-devops-engineer-professional/)
- **Getting certified:** If youre interested in studying for and getting certifications, [this practical overview](https://gist.github.com/leonardofed/bbf6459ad154ad5215d354f3825435dc) tells you a lot of what you need to know. The official page is [here](https://aws.amazon.com/training/) and there is an [FAQ](https://aws.amazon.com/certification/faqs/).
- **Do you need a certification?** Especially in consulting companies or when working in key tech roles in large non-tech companies, certifications are important credentials. In others, including in many tech companies and startups, certifications are not common or considered necessary. (In fact, fairly or not, some Silicon Valley hiring managers and engineers see them as a “negative” signal on a resume.)
Managing AWS Managing AWS
------------ ------------