Giter Club home page Giter Club logo

aws-cloud9-user-guide's Introduction

aws-cloud9-user-guide's People

Contributors

arc-jung avatar aws-shane avatar iann0036 avatar jacowarr avatar joshbean avatar jpeddicord avatar jschwarzwalder avatar laren-aws avatar msimpsonnz avatar paul-b-aws avatar pccornel avatar scolomar avatar shlo avatar sumnermic avatar sweemsaws avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-cloud9-user-guide's Issues

Is that possible go into fullscreen using chrome on android tablet

I like cloud9 so much, so convenient for developers. For now, I built an environment on my AWS EC2 and visit it via my android tablet. However, there are no methods to make cloud9 IDE fullscreen, so always a navigator bar on top of the screen. Please add a full-scrren button to function on the IDE layout if possible. Thank you in advance!

terminal not working on apple's new M1 chip. When trying to run a script, it doesn't do anything.

I have purchased a new apple macbook pro M1. I have been using the cloud9 environment fine with my old imac and windows machine.

The cloud9 environment itself did not have any issues in opening and editing yet. However, when i ran my script, it just kept running (without showing the loading animation) for a weirdly long time. Then i tried running a simple hello world script, but it showed the same symptoms. I tried to open a terminal but it just kept loading. I have python3.8.2 installed on macbook m1 and it's working fine.
Screenshot 2021-01-18 at 5 08 01 PM
Screenshot 2021-01-18 at 5 09 04 PM

Lambda Run unavailable when using sam globals

This might be something to forward along to the product team, but probably worth documenting around in the short term.

SAM Globals allow you to generalize resource properties and apply across all like resources within a file. It often makes sense to pull the function runtime into the globals section. However, when you do, the Cloud 9 Lambda Local Run command is greyed out.

Lambda Run Disabled with Globals:

lambda run with globals

Lambda Run Enabled with Inline Definition:

lambda run without globals

Specifically, this page could use the workaround info:

Describe use autocomplete and snippet

Autocomplete is pretty self explanatory, though it's not clear if it's toggled on and the current state, whether on or off. A comment in an more extended "How to edit" section probably would be worthwhile.

Also, are snippets described, including when they include arguments?

Snippets have a "hamburger" like icon associated with them in the autocomplete box, though there is a "snippet" label, too. Does the icon have a purpose other than indicating a snippet at a glance?

I guess snippets collate at the top of the autocomplete box. Are the suggestions in the autocomplete box in any order?

Receiving an error during 'create-role' step

Hello! I have been working on the Create an environment - AWS Cloud9 tutorial which led me to this article, https://docs.aws.amazon.com/cloud9/latest/user-guide/ec2-ssm.html#aws-cli-instance-profiles. Under the heading "Managing instance profiles for Systems Manager with the AWS CLI," there is a script that can be run that looks like:

`aws iam create-role --role-name AWSCloud9SSMAccessRole --path /service-role/ --assume-role-policy-document '{"Version": "2012-10-17","Statement": [{"Effect": "Allow","Principal": {"Service": ["ec2.amazonaws.com","cloud9.amazonaws.com"] },"Action": "sts:AssumeRole"}]}'

aws iam attach-role-policy --role-name AWSCloud9SSMAccessRole --policy-arn arn:aws:iam::aws:policy/AWSCloud9SSMInstanceProfile

aws iam create-instance-profile --instance-profile-name AWSCloud9SSMInstanceProfile --path /cloud9/

aws iam add-role-to-instance-profile --instance-profile-name AWSCloud9SSMInstanceProfile --role-name AWSCloud9SSMAccessRole`

In my Windows Powershell instance, the first command in this list through the following error (both when copying and pasting, and when typing it in myself):

image

Can you please review the script to determine if there is an error? Otherwise, perhaps you can add some additional steps that can be taken to work around this issue.

Thank you very much!
Dominic

Is Cloud9 still maintained?

image

Python 2.7 support ended on January 1, 2020, but when I try install C9 on RHEL9, C9 still required Python 2.7.

Most linux distributions have stopped supporting Python 2.

It's hard to imagine that this is the quality of product development at AWS.

Description on updating AMi is missing

Hi,

the page indicates to describe how an AMI of a Cloud9 instance can be updated to the latest version, but I am not able to find the "actual steps" required.

Error when deleting a file that has breakpoints

If you delete a file without first removing breakpoints, the breakpoints persist and aren't deleted.

Cloud 9 then throws FileNotFound error on ANY file you try to debug, because it is referencing breakpoints in files that no longer exist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.