Amazon web service questions are on topic here only if the question is about the operating system or using a PC application hosted there. Otherwise, other sites on the network may be more appropriate
Questions tagged [amazon-web-services]
961 questions
58
votes
5 answers
Is there a way to list available/configured AWS CLI profiles?
Is there a way to list available/configured AWS CLI profiles, other than parsing ~/.aws/config and/or ~/.aws/credentials for profile names?
Ville
- 2,892
- 2
- 22
- 20
45
votes
5 answers
Is there any option to use Amazon Cloud Drive from terminal (Linux)?
As you probably know, Amazon did not release any Cloud Drive client for Linux. Is there any other option to access ACD from terminal?
metalcamp
- 551
- 1
- 4
- 5
44
votes
8 answers
Time machine backup on S3
Is there any possibility to use Amazon S3 for Mac OS X time machine backups?
Or in other words: Use S3 rather an external hard disk for time machine backups?
Marc
- 1,317
- 2
- 18
- 19
34
votes
2 answers
What is the difference between Amazon Linux and RedHat Enterprise Linux on AWS EC2?
I am very new to this and I don't even know if I should ask this question here or on Stackoverflow or ServerFault.
The Question
I wish to set up a EC2 instance on Amazon Web Services. My understanding is RedHat Enterprise Linux(RHEL) cost…
Gaurav Agarwal
- 921
- 5
- 17
- 30
33
votes
5 answers
Amazon S3 Recover Deleted File
Is it possible to recover a file I deleted from my S3 bucket?
vonhogen
- 2,359
- 4
- 29
- 39
32
votes
8 answers
How to delete all glacier data?
I was using a tool on Mac OS X called Arq to backup my data, but i found it so hard to upload all my stuff since I don't and can't have an internet connection that is fast enough for it.
So I decided to delete all my backups, but whenever I try from…
Shereef Marzouk
- 492
- 1
- 6
- 14
23
votes
2 answers
unable to create txt record using amazon route 53
I can't add the following TXT record to my Route 53 DNS config:
v=msv1 t=whatever
Doing so produces the following error:
The record set could not be saved because:
- The Value field contains invalid characters or is in an invalid format.
If I…
neubert
- 6,863
- 35
- 76
- 138
23
votes
2 answers
permission denied on AWS Transfer on SFTP server
I can log into my server with cyberduck or filezilla but cannot read my homedirectory. s3 bucket "mybucket" exists. In cyber duck I see
"Cannot readdir on root. Please contact your web hosting service provider for assistance." and in Filezilla…
user11020868
- 379
- 2
- 4
- 9
22
votes
6 answers
Moving EBS snapshots to Glacier
I have hundreds of large EBS snapshots I need to move to Glacier.
What's the best way to go about doing this?
Max
- 689
- 2
- 7
- 16
16
votes
1 answer
How to connect SageMaker notebook from VS Code?
I am using SageMaker to test ML approaches. I would like to refactor my SageMaker scripts towards more production ready code. Thus I would like to use VS Code to refactor code and run code on SageMaker instance as before. VS Code Python lets you…
Timo Nikkila
- 161
- 1
- 3
14
votes
2 answers
aws --version error: bash: /usr/bin/aws: No such file or directory
I have an AWS CLI install problem that I found no solution for on the Web.
Namely, I installed awscliv2 as guided by the AWS installation docs. After the install, when I enter the command aws --version I get the following error:
bash: /usr/bin/aws:…
Dennis G Allard
- 441
- 1
- 3
- 9
14
votes
2 answers
AWS upload folder to S3 as tar.gz without compressing locally
In AWS CLI, how do I upload a folder as a tar.gz file without creating a tar.gz locally?
For example, I have a folder at /var/test and I want to upload it to /tests/test1.tar.gz
How do I do that without turning it into a tar.gz locally? (I want to…
Michael Samsung
- 141
- 1
- 1
- 3
11
votes
1 answer
How long does it take to see a renewed SSL certificate?
I just renewed the SSL certificate for a domain and installed the new files on my AWS server running Apache. All appears to be ok, but the browser still shows the old expiration date. Is there a way I can somehow "uncache" the certificate, or…
Russell G
- 479
- 1
- 6
- 15
11
votes
2 answers
parsing json in bash with pipe operators
I'm using the AWS CLI client to get the status of a snapshot but the output is in JSON. eg.
{
"DBClusterSnapshots": [
{
"AvailabilityZones": [
"us-east-2a",
"us-east-2b",
…
neubert
- 6,863
- 35
- 76
- 138
11
votes
4 answers
AWS CLI, using `--cli-input-json` in a pipeline
I'd like to use the aws command line application in a pipeline, but it doesn't appear to be possible.
A working example is:
$ aws ecs register-task-definition --cli-input-json file://./mytask.json
However the following do not work:
$ cat…
Attie
- 19,231
- 5
- 58
- 73