AWS Developer Tools : Cloud9

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
Search for a command to run...

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
No comments yet. Be the first to comment.
AWS Bedrock AgentCore lets you deploy agents as managed containerized runtimes. This guide shows how to automate this deployment using Pulumi and Docker. What You'll Deploy Docker container with your agent code Amazon ECR to store the image Bedroc...

Introduction This guide shows how to deploy AWS Bedrock Agents using Pulumi and TypeScript. Prerequisites AWS Account with Bedrock access Node.js and npm installed Pulumi CLI installed Project Setup Generate Project with Pulumi pulumi new aws-t...

Starting My Homelab Journey with a Raspberry Pi 4B

I recently discovered Docker compose profiles and wanted to share it as it can be useful to someone else. Docker Compose profiles let you control which services run without modifying your docker-compose.yml. They’re useful for separating optional s...

These days, i’m using AWS Bedrock to create Agents.And i faced this error when testing my agents many times so i decided to write down the workaround that i found. An error occurred (dependencyFailedException) when calling the InvokeAgent operation: ...

AWS offers a lot of services for Developers and in this article i am gonna present you one of them : Cloud9
AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser.
It includes a code editor, debugger, and terminal.
When using Cloud9, you can do everything without leaving the AWS Console.
You can write, test and run your code with just a browser.
Requirement : you need an AWS account
Connect to your AWS Console and search for Cloud 9

Then you are gonna click on Create Environment

Choose a name for your Environment, then click on Next Step.
Now choose the settings for the instance:
=> Select the one available for the free tier.

=> Then choose the platform : select Amazon Linux 2 and hit Next Step

The last screen is the review, check that everything is what you want.
When it's done, hit Create Environment

It's gonna take a few minutes to create your environment :

Once it's over, you are going to have a full environment, ready to code.
Just to make you understand, here, with a few clicks, we created a new EC2 instance with Amazon Linux installed on it.
Go on the console > EC2 > Running instances

Here is your instance running :)
You have now a full Linux computer on the cloud, ready for your app.
But you don't need to install an IDE and all the stuff.
Cloud9 comes prepackaged with essential tools for popular programming languages, including JavaScript, Python, PHP, and more, so you don’t need to install files or configure your development machine to start new projects.
It's ready for you !
Start writing your code !
:)