mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 22:02:39 +02:00
Add migrated content for aws
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@ isNew: false
|
||||
hasTopics: true
|
||||
dimensions:
|
||||
width: 968
|
||||
height: 2750
|
||||
height: 2850
|
||||
schema:
|
||||
headline: 'AWS Roadmap'
|
||||
description: 'Learn how to use AWS with this interactive step by step guide in 2025. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.'
|
||||
|
@@ -1,13 +0,0 @@
|
||||
# Introduction
|
||||
|
||||
AWS (Amazon Web Services) offers a broad set of global cloud-based products including compute, storage, databases, analytics, networking, mobile, developer tools, management tools, IoT, security, and enterprise applications: on-demand, available in seconds, with pay-as-you-go pricing. From data warehousing to deployment tools, directories to content delivery, over 200 AWS services are available. New services can be provisioned quickly, without the upfront fixed expense. This allows enterprises, start-ups, small and medium-sized businesses, and customers in the public sector to access the building blocks they need to respond quickly to changing business requirements. This whitepaper provides you with an overview of the benefits of the AWS Cloud and introduces you to the services that make up the platform.
|
||||
|
||||
Learn more from the following links:
|
||||
|
||||
- [@official@Amazon AWS](https://aws.amazon.com/)
|
||||
- [@official@AWS Documentation](https://docs.aws.amazon.com/)
|
||||
- [@official@Introduction of AWS](https://docs.aws.amazon.com/whitepapers/latest/aws-overview/introduction.html)
|
||||
- [@official@Amazon DynamoDB](https://aws.amazon.com/dynamodb/)
|
||||
- [@official@AWS Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/)
|
||||
- [@official@Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)
|
||||
- [@video@AWS Tutorial for Beginners](https://www.youtube.com/watch?v=zA8guDqfv40)
|
@@ -1,7 +0,0 @@
|
||||
# Private
|
||||
|
||||
Private Hosted Zones in AWS are DNS name spaces that exist within one or more Amazon VPCs. You can use private hosted zones to route traffic within your VPCs. The domain and subdomains in a private hosted zone are not resolvable over the internet but only in your VPCs. You can use this feature to have internal domain names such as "internal.example.com" resolved to private IP addresses on your Amazon VPC backends.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Private Hosted Zones](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-private.html)
|
@@ -1,7 +0,0 @@
|
||||
# Public
|
||||
|
||||
In AWS, a "Public Hosted Zone" is set up to route traffic on the internet. This means the DNS namespace of this zone is exposed to the public internet. When you create a "Public Hosted Zone", Amazon Route 53 creates a set of four name servers (also known as delegation set) in that zone. Then, you typically set the corresponding domain's NS records to these Route 53 name servers so that the domain's DNS can be managed in the Route 53 console. These zones include Resources Records Sets, where each record set can include records like A (address), CNAME (canonical name), MX (mail exchange), and so on, which define how the traffic is routed.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@official@Public Hosted Zones](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/AboutHZWorkingWith.html)
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user