Changing environment settings in AWS Cloud9
You can change the preferences or settings for an AWS Cloud9 development environment.
Change environment preferences
-
Open the environment you want to change settings for. To open an environment, see Opening an Environment.
-
In the AWS Cloud9 IDE, on the menu bar, choose AWS Cloud9, Preferences.
-
In the Preferences window, choose Project Settings.
-
Change any of the available project settings as you want. These include settings such as Code Editor (Ace) and Find in Files.
For more information, see Project Setting Changes You Can Make.
Change environment settings with the console
-
Sign in to the AWS Cloud9 console as follows:
-
If you're the only individual using your AWS account or you are an IAM user in a single AWS account, go to https://console.aws.amazon.com/cloud9/
. -
If your organization uses AWS Single Sign-On (SSO), see your AWS account administrator for sign-in instructions.
-
If you're using an AWS Educate Starter Account, see Step 2: Sign in to the AWS Cloud9 Console in Individual Student Signup.
-
If you're a student in a classroom, see your instructor for sign-in instructions.
-
-
In the top navigation bar, choose the AWS Region where the environment is located.
-
In the list of environments, for the environment whose settings you want to change, do one of the following.
-
Choose the title of the card for the environment. Then choose Edit on the next page.
-
Select the card for the environment, and then choose the Edit button.
-
-
Make your changes, and then choose Save changes.
You can use the AWS Cloud9 console to change the following settings.
-
For EC2 environments, Name and Description.
-
For SSH environments: Name, Description, User, Host, Port, Environment path, Node.js binary path, and SSH jump host.
To change other settings, do the following.
-
For EC2 environments, do the following.
-
You cannot change Type, Security groups, VPC, Subnet, Environment path, or Environment ARN.
-
For Permissions or Number of members, see Change the Access Role of an Environment Member, Remove Your User, Invite an IAM User, and Remove Another Environment Member.
-
For EC2 instance type, Memory, or vCPU, see Moving or Resizing an Environment.
-
-
For SSH environments, do the following.
-
You cannot change Type or Environment ARN.
-
For Permissions or Number of members, see Change the Access Role of an Environment Member, Remove Your User, Invite an IAM User, and Remove Another Environment Member.
-
-
If your environment isn't displayed in the console, try doing one or more of the following actions to have it be displayed.
-
In the side navigation bar, choose one or more of the following.
-
Choose Your environments to display all environments that your AWS entity owns within the selected AWS Region and AWS account.
-
Choose Shared with you to display all environments your AWS entity has been invited to within the selected AWS Region and AWS account.
-
Choose Account environments to display all environments within the selected AWS Region and AWS account that your AWS entity has permissions to display.
-
-
Choose the previous arrow, next arrow, or page number button to display more environments in the current scope.
-
If you think you should be a member of an environment, but the environment isn't displayed in the Shared with you list, check with the environment owner.
-
In the top navigation bar, choose a different AWS Region.
Change environment settings with code
To use code to change the settings of an environment in AWS Cloud9, call the AWS Cloud9 update environment operation, as follows.
AWS CLI |
|
AWS SDK for C++ |
|
AWS SDK for Go |
UpdateEnvironment, UpdateEnvironmentRequest, UpdateEnvironmentWithContext |
AWS SDK for Java |
|
AWS SDK for JavaScript |
|
AWS SDK for .NET |
|
AWS SDK for PHP |
|
AWS SDK for Python (Boto) |
|
AWS SDK for Ruby |
|
AWS Tools for Windows PowerShell |
|
AWS Cloud9 API |