- Newest
- Most votes
- Most comments
As you correctly say, there are lots of AWS Services to choose from.
My role is a Sr AWS Technical Instructor, and I advice customers to start with the "Essentials". One way to do this is register (free) with https://explore.skillbuilder.aws - this is a your learning centre to build your cloud skills. Start off by searching for the "Cloud Practitioner Essentials" online course. This free online course will describe the basic global infrastructure of the AWS Cloud, describe and provide examples of the core AWS services, including compute, network, databases, and storage, help you identify an appropriate solution using AWS Cloud services with various use cases, as well as talking about Security and Cost management.
This will give you the basic skills to (e.g.) spin up a Windows Server and build software on it, or host a web site.
Then you can progress to more advanced topics such as "Serverless" (using AWS Lambda). And if you want to get into AI/ML, you can look into Amazon SageMaker. The "Skillbuilder" portal is a suggested go-to starting point for looking into any of these.
Then, if you want to dive deep into specific AWS products, have a free browse to https://aws.com/products This gives you a breakdown of product by categories, and links to the home page of each product including documentation, and other free resources.
Hope this helps - Enjoy using AWS Services !
Many thanks for your informative response. I will look into the skillbuilder information and run through some of those learning materials. As far as getting my hands dirty with a simple example though, what tools/sdk/service should I be looking at?
Relevant content
- asked 5 years ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 years ago
I find myself with the same background and asking similar questions. I found this is not the best way to learn AWS. I suggest starting with building a WebAPP, learn CloudFront and Lambda functions since these will host your C++ or C# code. Your application drives your learning, not your previous experience. I hope this helps. Best DP