Latest questions in AWS

0 votes
1 answer

install .rpm or .msi file through python script

You have to call system command - rpm ...READ MORE

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

How to create new stack using create-change-set in AWS Cloudformation

The type of change set operation. To ...READ MORE

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

Does boto3 ec2.instances.filter have equivalent to AWS CLI --query?

"filter - does filtering at the AWS ...READ MORE

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

Nodejs AWS SDK S3 Generate Presigned URL

Your code is correct, double check following: Your ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,090 points
9,051 views
0 votes
1 answer

Why do people use Heroku when AWS is present? What distinguishes Heroku from AWS?

AWS / Heroku are both free for ...READ MORE

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

how to import numpy and pandas inside aws lambda function?

I had good luck using pre-made pandas ...READ MORE

Nov 3, 2020 in AWS by anonymous

reshown Nov 3, 2020 by Sirajul 9,078 views
0 votes
1 answer

Cannot access AWS domain purchased with Route 53

You will need to start by creating ...READ MORE

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

Using pymongo to connect to MongoDB hosted on AWS

Yes, the drivers work independently of any ...READ MORE

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

Boto3 - python script to view all directories and files

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

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

Multi-factor authentication in Amazon Quicksight

Yes. You can enable multi-factor authentication (MFA) ...READ MORE

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

S3 static pages without .html extension

You have to set the meta data ...READ MORE

Sep 14, 2018 in AWS by Archana
• 4,170 points
2,594 views
0 votes
2 answers

how to import numpy and pandas inside aws lambda function?

this approach worked for me: https://medium.com/@melissa_89553/how-to- ...READ MORE

Oct 10, 2020 in AWS by anonymous
11,040 views
0 votes
1 answer

Cannot access AWS domain purchased with Route 53

You will need to start by creating ...READ MORE

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

Using pymongo to connect to MongoDB hosted on AWS

Yes, the drivers work independently of any ...READ MORE

Sep 14, 2018 in AWS by Priyaj
• 58,090 points
1,208 views
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,923 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,659 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
507 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
491 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
427 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,597 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,250 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,704 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,369 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,251 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,162 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,121 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,268 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,108 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,147 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,101 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
456 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,436 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,019 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,827 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,739 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,358 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,275 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
1,010 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
638 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,259 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
693 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,510 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,143 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,466 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,129 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
430 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,118 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,236 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,828 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
575 views