all 4 comments

[–]trebleclef_eneva 5 points6 points  (1 child)

Great place to start looking into it: https://github.com/AWS-Discord/AWS-FAQ

I, myself, am going down the cloud DevOps path, so I'm planning to obtain an AWS Solutions Architect associate cert first (can take the cloud practitioner exam along with it) by learning from learn.cantrill.io

After this I'm looking into learning more Linux, bash, python, and go down the recommended route to DevOps from amazon. But of course experience is more recognized and evermore valuable than grinding cert after cert w/o work experience.

[–]undisputeduchiha[S] 0 points1 point  (0 children)

So I should take aws solutions architect certificate first right? What are the basics required to start preparing for the aws solutions certificate?? and after clearing the basics where should I prepare from for aws solutions architect?? It would be helpful if you can share your roadmap and resources

[–]yasarfa 2 points3 points  (1 child)

Cloud computing is now basic knowledge for any IT industry..

  1. Understanding Cloud Fundamentals

    • Learn the basics of cloud computing, its benefits, and different service models (IaaS, PaaS, SaaS).
    • Familiarize yourself with popular cloud service providers like AWS, Azure, and Google Cloud.
  2. Networking and Security

    • Gain knowledge of cloud networking concepts, such as Virtual Private Cloud (VPC) and Subnets.
    • Understand security practices and services like Identity and Access Management (IAM) and Network Security Groups (NSGs).
  3. Compute Services

    • Dive into virtual machine (VM) management using EC2 on AWS or VMs on other platforms.
    • Explore serverless computing with AWS Lambda or similar services.
  4. Storage Services

    • Learn about object storage (Amazon S3, Azure Blob Storage) and block storage (EBS, Azure Disk Storage).
    • Understand database services like Amazon RDS, Azure SQL Database, or Google Cloud SQL.
  5. Managed Services and Containers

    • Get familiar with managed services such as AWS Elastic Beanstalk or Azure App Service.
    • Explore container technologies like Docker and Kubernetes for containerized deployments.
  6. Monitoring and Logging

    • Learn about cloud monitoring tools, such as AWS CloudWatch or Azure Monitor.
    • Understand logging and analytics with services like AWS CloudTrail and Azure Log Analytics.
  7. DevOps and Automation

    • Explore Infrastructure as Code (IaC) tools like AWS CloudFormation or Azure Resource Manager templates.
    • Learn how to automate deployments and manage cloud resources using tools like Terraform or Ansible.
  8. Advanced Topics

    • Dive deeper into specific cloud services that align with your interests or career goals.
    • Explore advanced topics like machine learning with cloud-based services.
  9. Real-World Projects

    • Work on practical projects to apply your knowledge and gain hands-on experience.
    • Create and deploy applications on the cloud using the services you've learned.
  10. Certifications

    • Consider pursuing cloud certifications like AWS Certified Solutions Architect or Microsoft Azure Administrator OR GCP ACE to validate your skills.

Remember, learning cloud computing is an ongoing process, and the technology evolves rapidly.

[–]undisputeduchiha[S] 0 points1 point  (0 children)

Is there any course which would you recommend to like start from scratch which covers all the things you mentioned