mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-13 10:21:57 +00:00
Merge pull request #207 from artemnikitin/acm
Add initial info for AWS Certificate Manager
This commit is contained in:
commit
aa09de22c6
1 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,7 @@ General Information
|
||||||
- ⛓[KMS](#kms): Store and manage encryption keys securely
|
- ⛓[KMS](#kms): Store and manage encryption keys securely
|
||||||
- [Inspector](https://aws.amazon.com/inspector/): Security audit
|
- [Inspector](https://aws.amazon.com/inspector/): Security audit
|
||||||
- [Trusted Advisor](https://aws.amazon.com/premiumsupport/trustedadvisor/): Automated tips on reducing cost or making improvements
|
- [Trusted Advisor](https://aws.amazon.com/premiumsupport/trustedadvisor/): Automated tips on reducing cost or making improvements
|
||||||
|
- 🐥[Certificate Manager](https://aws.amazon.com/certificate-manager/): Manage SSL/TLS certificates for AWS services
|
||||||
- **Compound services:** These are similarly specific, but are full-blown services that tackle complex problems and may tie you in. Usefulness depends on your requirements. If you have large or significant need, you may have these already managed by in-house systems and engineering teams.
|
- **Compound services:** These are similarly specific, but are full-blown services that tackle complex problems and may tie you in. Usefulness depends on your requirements. If you have large or significant need, you may have these already managed by in-house systems and engineering teams.
|
||||||
- [Machine Learning](https://aws.amazon.com/machine-learning/): Machine learning model training and classification
|
- [Machine Learning](https://aws.amazon.com/machine-learning/): Machine learning model training and classification
|
||||||
- ⛓🕍[Data Pipeline](https://aws.amazon.com/datapipeline/): Managed ETL service
|
- ⛓🕍[Data Pipeline](https://aws.amazon.com/datapipeline/): Managed ETL service
|
||||||
|
@ -293,6 +294,7 @@ Many services within AWS can at least be compared with Google Cloud offerings or
|
||||||
| User authentication | Cognito | | | Azure Active Directory | | oauth.io |
|
| User authentication | Cognito | | | Azure Active Directory | | oauth.io |
|
||||||
| Mobile app analytics | Mobile Analytics | Firebase Analytics | | HockeyApp | Mixpanel | |
|
| Mobile app analytics | Mobile Analytics | Firebase Analytics | | HockeyApp | Mixpanel | |
|
||||||
| Mobile app testing | Device Farm | Firebase Test Lab | | Xamarin Test Cloud | BrowserStack, Sauce Labs, Testdroid |
|
| Mobile app testing | Device Farm | Firebase Test Lab | | Xamarin Test Cloud | BrowserStack, Sauce Labs, Testdroid |
|
||||||
|
| Managing SSL/TLS certificates | Certificate Manager | | | | Let's Encrypt, Comodo, Symantec, GlobalSign |
|
||||||
|
|
||||||
|
|
||||||
🚧 [*Please help fill this table in.*](CONTRIBUTING.md)
|
🚧 [*Please help fill this table in.*](CONTRIBUTING.md)
|
||||||
|
@ -308,6 +310,7 @@ It’s important to know the maturity of each AWS product. Here is a mostly comp
|
||||||
| Service | Original release | Availability | CLI Support |
|
| Service | Original release | Availability | CLI Support |
|
||||||
|------------------------------------------------------------------------------------------------------------|------------------|-------------------------------------------------------------------------------|:-----------:|
|
|------------------------------------------------------------------------------------------------------------|------------------|-------------------------------------------------------------------------------|:-----------:|
|
||||||
| 🐥[Database Migration Service](https://aws.amazon.com/releasenotes/AWS-Database-Migration-Service?browse=1) | 2016-03 | General | |
|
| 🐥[Database Migration Service](https://aws.amazon.com/releasenotes/AWS-Database-Migration-Service?browse=1) | 2016-03 | General | |
|
||||||
|
| 🐥[Certificate Manager](https://aws.amazon.com/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/) | 2016-01 | General |
|
||||||
| 🐥[IoT](https://aws.amazon.com/blogs/aws/aws-iot-now-generally-available/) | 2015-08 | General | ✓ |
|
| 🐥[IoT](https://aws.amazon.com/blogs/aws/aws-iot-now-generally-available/) | 2015-08 | General | ✓ |
|
||||||
| 🐥[WAF](https://aws.amazon.com/releasenotes/AWS-WAF?browse=1) | 2015-10 | General | ✓ |
|
| 🐥[WAF](https://aws.amazon.com/releasenotes/AWS-WAF?browse=1) | 2015-10 | General | ✓ |
|
||||||
| 🐥[Data Pipeline](https://aws.amazon.com/releasenotes/AWS-Data-Pipeline?browse=1) | 2015-10 | General | ✓ |
|
| 🐥[Data Pipeline](https://aws.amazon.com/releasenotes/AWS-Data-Pipeline?browse=1) | 2015-10 | General | ✓ |
|
||||||
|
|
Loading…
Reference in a new issue