Questions tagged [aws-cloud9]

16 questions
16
votes
1 answer

How can I ssh into my Cloud9 workspace?

I want to ssh into my Cloud9 workspace. I have set the default "ubuntu" user's password using sudo passwd ubuntu, although this gets reset every time I reload the IDE. I found the workspace's IP using curl ipecho.net/plain and then scanned it with…
hacatu
  • 291
2
votes
1 answer

open file from Cloud9's terminal (bash) in its IDE

What command would open a file in the default editor of Cloud9's IDE from within its own terminal bash shell? I tried xdg-open and gnome-open but those opens in emacs.
2
votes
1 answer

Unable to ssh in beagle bone black

I wanted to install pip onto beagle bone black,and I tried this: /usr/bin/ntpdate -b -s -u pool.ntp.org opkg update && opkg install python-pip python-setuptools Then it threw errors, but unfortunately, I didn't log that errors. It was…
user32547
1
vote
1 answer

Is it possible to disconnect from and reconnect to remote X clients?

I'm basically trying to recreate the environment that Cloud9 provides - a work session with an editor and terminals which can be disconnected from and reconnected to from any PC. I have set up a server with X and SSH installed, and I can launch…
Hubro
  • 6,016
1
vote
0 answers

How to enable cloud9-latex-plugin

I recently installed cloud9 on my server to provide a platform for collaborative text writing and tried to install the latex plugin following the instructions in README: This plugin introduces LaTeX compilation to the Cloud9…
FSMaxB
  • 1,739
1
vote
0 answers

How to set Cloud9 URLs to subfolder?

I have installed an instance of cloud9 on a webspace (CentOS 5). Installation was easy and it is running fine. My hosting provider supports mod_proxy, thus I use a .htaccess to re-route the requests to node: RewriteRule ^cloud9/(.*)…
jgillich
  • 1,070
1
vote
0 answers

How to control the connection while uploading to AWS S3?

Is there a way to control the connection while uploading from my servers to the AWS Storage? to be clear, Azcopy is so powerful to upload to AWS, so most of our bandwidth consumed and this is affecting our DataCenter !! So is there a command to let…
Androboy
  • 11
  • 1
1
vote
1 answer

RDP is not getting connected to AWS

I was trying to connect RDP server from my Windows machine. I am facing error that "The logon attempt failed" I checked and found my Password is correct. Earlier I connected rdp with "Administrator", now when I try to connect, the name is coming…
1
vote
1 answer

pacman - Syy: error: failed retrieving file 'packages.db'

I run a Manjaro container inside an AWS Cloud9 machine with docker container run --interactive --tty manjarolinux/build bash, and the first command I run, pacman -Syy, fails with the following output: # pacman -Syy :: Synchronizing package…
1
vote
0 answers

Unable to set python3 as default on cloud9 using virtualenv

I'm using AWS cloud9 and am having trouble switching from python2 (which is default when you create an environment) to python3. My goal is to run a flask app and have it run in python3. I've tried using virutalenv like so: virtualenv -p…
0
votes
1 answer

Passphrase for ssh keypair '/home/ec2-user/.ssh/lab-3-key' - AWS, ParallelCluster, FDS, Cloud9

I am attempting to run FDS (CFD code for fire simulation) on Cloud9 pcluster using the following tutorial: https://fds-smv-on-pcluster.workshop.aws/oyo/setup/pcluster.html Basically, you install ParallelCluster, create a new keypair, write a…
0
votes
1 answer

How to correctly log in into AWS EC2 instance created by CloudFormation

I'm just starting to play with AWS services, more specific with CloudFormation. I'm following some of the AWS tutorials, and so far so good, but I'm stuck at one thing: once I generate the template as follows: AWSTemplateFormatVersion:…
k.Cyborg
  • 121
0
votes
0 answers

Connecting to ec2 instance after creating a Load balancer

How do I connect to an ec2 instance after creating a load balancer ? I have the below configuration set up: Two RHEL 8 ec2 instances Both the instances are inside a VPC but in two availability zones. Both the instances are associated with separate…
0
votes
0 answers

"Certificate size exceeds limit" error in SSO with AWS service

I an have an error in SSO with AWS service, when uploading XML from Cisco Webex to AWS SSO service: An error occurred Your request has a problem.  Please see the following details. Certificate size 2720 exceeds limit: 2000 AWS SSO works as an…
0
votes
1 answer

How to configure AWS Cloud9 to use pem key

I am trying to setup Cloud9 for an existing EC2 instance: it gives me a public ssh key to use, but if I put that public SSH key in ~/.ssh/authorized_keys I still can't connect, it says: AWS Cloud9 couldn't connect to SSH server …
1
2