From the course: AWS Certified Advanced Networking - Specialty (ANS-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

AWS Boto3 Cloud9 CodeWhisperer demo

AWS Boto3 Cloud9 CodeWhisperer demo

- [Instructor] Boto3 is the Python SDK for dealing with AWS. And you can see here from the quick start that it's very straightforward to get started. All you need to do has have Python and install Boto3. And you can also pin the versions if you'd like to pin your particular versions. So I'm going to go over to a Cloud9 environment. You can see here Cloud9. If I wanted to create a new environment, this is a great place to start testing out Boto3. And here, you could set up a new instance, maybe use a micro instance and then use SSM to access that resource. I've already got one running right here. Let's go ahead and take a look at some of the key features of Cloud9. One of them is that inside of AWS, I can explore different resources like API Gateway, App Runner, CloudFormation, ECR, ECS, et cetera, S3. I also can enable CodeWhisper. Now, CodeWhisper is a great resource here. In this case, this is automatically enabled because it allows me to write code with suggestions from AWS. So…

Contents