Latest questions in Cloud Computing

0 votes
1 answer

Boto3 - python script to view all directories and files

There are no folders, only S3 object ...READ MORE

Sep 14, 2018 in AWS by Priyaj
• 58,090 points
40,878 views
0 votes
1 answer

Copying existing files in a s3 Bucket to another s3 bucket

Suppose the two buckets in question are ...READ MORE

Sep 14, 2018 in AWS by Priyaj
• 58,090 points
14,609 views
+1 vote
2 answers

AWS Lambda Function Issues

If you have created AWS Lambda Deployment JAR ...READ MORE

Sep 14, 2018 in AWS by datageek
• 2,530 points
489 views
0 votes
1 answer

Backup solutions for AWS EC2 instances

I've been using Skeddly for several months now to ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
469 views
0 votes
1 answer

Streaming live video to small group of viewers

You can try Ably Realtime. The platform's most ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
419 views
0 votes
1 answer

How to launch and configure an EMR cluster using boto

Boto and the underlying EMR API is ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
4,565 views
0 votes
1 answer

Establish JDBC Connection in R through single sign-on

You can certainly connect to databases with ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
2,214 views
0 votes
1 answer

How to support more than one trigger in AWS Lambda in Golang?

In approach one, you are directly calling ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
3,675 views
0 votes
1 answer

How do i manage firewall settings for my instance in Lightsail?

Yes. You can control the data traffic ...READ MORE

Sep 12, 2018 in AWS by Archana
• 4,170 points
1,362 views
0 votes
1 answer

What is difference between commands and container commands in Elastic Beanstalk?

The major difference between these two pieces ...READ MORE

Sep 12, 2018 in AWS by Archana
• 4,170 points
2,220 views
0 votes
1 answer

What is AWS Device Farm?

AWS Device Farm is an app testing ...READ MORE

Sep 12, 2018 in Cloud Computing by code_ninja
• 6,290 points
497 views
0 votes
1 answer

What is AWS WorkMail?

Amazon WorkMail is a secure, managed business ...READ MORE

Sep 12, 2018 in Cloud Computing by code_ninja
• 6,290 points
524 views
0 votes
1 answer

What Is AWS GreenGrass?

AWS Greengrass is software that lets you ...READ MORE

Sep 11, 2018 in Cloud Computing by hemant
• 5,790 points
369 views
0 votes
1 answer

What Is AWS SnowMobile?

AWS Snowmobile is an Exabyte-scale data transfer ...READ MORE

Sep 11, 2018 in Cloud Computing by hemant
• 5,790 points
661 views
0 votes
1 answer

How to callback an error message when searching a table is unsuccessful in DynamoDB

When you get the "Process exited" response ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,090 points
1,143 views
0 votes
1 answer

AWS AppSync User relations for FriendsList

This is possible in AppSync today. To accomplish ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,090 points
1,094 views
+1 vote
2 answers

AWS Cloudformation nested Functions (Split, Select, Join, Ref)

"Join" is not a function. "Fn::Join" is. READ MORE

May 16, 2019 in AWS by Nalin Kant Gupta
4,228 views
+2 votes
1 answer

How PCF (Pivotal Cloud Foundry) is different from AWS (Amazon Web Services)

PCF is a commercial cloud platform (product) ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,090 points
21,057 views
0 votes
1 answer

Hosting spring boot app

There are a couple of things wrong ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,090 points
2,123 views
0 votes
1 answer

How do you pass custom environment variable on Amazon Elastic Beanstalk (AWS EBS)?

Old way  - use .ebextensions/*.config in AWS ...READ MORE

Sep 11, 2018 in AWS by Archana
• 4,170 points
1,081 views
0 votes
1 answer

How to add swap to Amazon EC2 instance?

A fix for this problem is to ...READ MORE

Sep 11, 2018 in AWS by Archana
• 4,170 points
443 views
0 votes
1 answer

What is AWS GaurdDuty?

Amazon GuardDuty is a threat detection service ...READ MORE

Sep 10, 2018 in Cloud Computing by Meci Matt
• 9,460 points
355 views
0 votes
1 answer

What is AWS transcoder?

Amazon Elastic Transcoder is media transcoding in the ...READ MORE

Sep 10, 2018 in Cloud Computing by DragonLord999
• 8,450 points
316 views
0 votes
2 answers

How can I find out the instance id of an ec2 instance from within the ec2 instance?

A curl or wget to http://169.254.169.254/latest/meta-data/instance-id will ...READ MORE

Mar 9, 2020 in AWS by anonymous
6,390 views
0 votes
1 answer

Error when tried to invoke lambda function by AWS CLI

It looks like you need to provide ...READ MORE

Sep 10, 2018 in AWS by Archana
• 4,170 points
2,002 views
0 votes
1 answer

Chalice: Unable to connect with DynamoDB through pynamodb

You have to add "autogen_policy":false, to config.json and ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
1,796 views
0 votes
1 answer

deploying create-react-app to AWS Elastic Beanstalk

What you are looking for is eb deploy ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
6,711 views
0 votes
1 answer

How Can I Reboot Elastic Beanstalk Instances in an ebextensions script?

The answer is you don't. The recommendation ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
4,325 views
0 votes
1 answer

lambda@edge logs and invocation counts are not showing?

Modify your function like this: const response = ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
2,247 views
0 votes
1 answer

ECS CFT error: Encountered unsupported property links ​

You have only a small typo within ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
992 views
0 votes
1 answer

Eyaml and Puppet

To create an encrypted copy of a ...READ MORE

Sep 7, 2018 in AWS by Priyaj
• 58,090 points
629 views
0 votes
1 answer

Amazon SQS FIFO Queue send message validation

Assuming you only have one process adding ...READ MORE

Sep 7, 2018 in AWS by Priyaj
• 58,090 points
1,244 views
0 votes
1 answer

NSInternalInconsistencyException _variable is not a property of projectName.Classname

It turns out the AWS SDK isn't ...READ MORE

Sep 7, 2018 in AWS by Priyaj
• 58,090 points
683 views
0 votes
1 answer

How to deploy Spring Boot RESTful Web Service Docker img to EC2?

Typically I run application on separate port ...READ MORE

Sep 7, 2018 in AWS by Priyaj
• 58,090 points
2,499 views
0 votes
1 answer

Adding Watermark to AWS Elastic Transcoder

found the error! I had to put the ...READ MORE

Sep 7, 2018 in AWS by Priyaj
• 58,090 points
1,108 views
0 votes
1 answer

How to add IAM role to an existing instance in aws?

As of AWS CLI v1.11.46,  you can ...READ MORE

Sep 6, 2018 in AWS by Archana
• 4,170 points
1,436 views
0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

Sep 6, 2018 in AWS by Archana
• 4,170 points
19,037 views
0 votes
1 answer

Are there services on AWS that help in better content creation?

Amazon WorkDocs is a secure, fully managed, ...READ MORE

Sep 6, 2018 in Cloud Computing by Meci Matt
• 9,460 points
345 views
0 votes
1 answer

Hpw to set a specific storage for one of my web app on my EC2?

You have several options when choosing the ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
424 views
0 votes
1 answer

What does AWS Neptune do?

Amazon Neptune is a fast, reliable, fully-managed ...READ MORE

Sep 6, 2018 in Cloud Computing by code_ninja
• 6,290 points
585 views
0 votes
1 answer

502 Bad Gateway Error in CloudFront AWS

To resolve this you have 2 option.    Enable ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
4,088 views
0 votes
1 answer

How to setup Amazon Lightsail Subdomain

AWS LightSail is different from shared hosting ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
4,214 views
0 votes
1 answer

Configure Application load balancer to route http to https in Elastic beanstalk

From this document: To update your Elastic Beanstalk environment to ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
1,805 views
0 votes
1 answer

Multiple Hashicorp Vault servers in different AZs in AWS

There are several Storage Backends in Vault, ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
566 views
0 votes
2 answers

How to display just the name of files using aws s3 ls command?

aws s3 ls s3://<your_bucket_name>/ | awk '{print ...READ MORE

Mar 17, 2019 in AWS by anonymous
20,874 views
0 votes
1 answer

Unable to initiate ssh connection to Amazon EC2 instance

The keypair which you are using must ...READ MORE

Sep 5, 2018 in AWS by Archana
• 4,170 points
630 views
0 votes
1 answer

What is AWS Directory Services?

AWS Directory Service for Microsoft Active Directory, ...READ MORE

Sep 5, 2018 in Cloud Computing by code_ninja
• 6,290 points
476 views
0 votes
1 answer

AWS Opsworks

AWS OpsWorks is a configuration management service ...READ MORE

Sep 5, 2018 in Cloud Computing by DragonLord999
• 8,450 points
317 views
0 votes
1 answer

Parallel uploads to the same s3 bucket directory with s3cmd

Is your problem is not with the ...READ MORE

Sep 5, 2018 in AWS by Priyaj
• 58,090 points
828 views
0 votes
1 answer

Slack slash command delayed response on AWS Lambda

That won't work in a single lambda ...READ MORE

Sep 5, 2018 in AWS by Priyaj
• 58,090 points
1,773 views