Most answered questions in Cloud Computing

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,300 points
1,023 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,020 points
4,709 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,020 points
4,727 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,020 points
2,381 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,020 points
1,062 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
1,156 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,300 points
942 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
680 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,020 points
1,387 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,020 points
2,314 views
0 votes
1 answer

AWS Network ELB take 4 minutes to recognise target as healthy

We hit this issue with NLBs and ...READ MORE

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

Amazon Lambda writing to DynamoDB

After making a few changes to the ...READ MORE

Sep 5, 2018 in AWS by Priyaj
• 58,020 points
3,035 views
0 votes
1 answer

Incorrect policy detected in S3 bucket in CloudFormation

I modified your code and it seems ...READ MORE

Sep 5, 2018 in AWS by Priyaj
• 58,020 points
3,922 views
0 votes
1 answer

What is AWS Artifact?

AWS Artifact is your go-to, central resource ...READ MORE

Sep 4, 2018 in AWS by hemant
• 5,790 points
1,641 views
0 votes
1 answer

what is WAF in AWS? Can someone explain?

AWS WAF is a web application firewall ...READ MORE

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

AWS SNS - How to get SNS topic by name?

If you know the topic already exists ...READ MORE

Sep 4, 2018 in AWS by Archana
• 4,170 points
5,163 views
+1 vote
1 answer

How to Deploy RESTful API with .net framework 4.5 in AWS Lambda

Is it necessary to migrate to .Net ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
1,112 views
0 votes
1 answer

How can I return binary body and http headers from an AWS lambda through API gateway

I recently got this working after facing ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
8,194 views
+1 vote
1 answer

AWS Elasticsearch VPC connectivity

VPC Endpoint cannot be accessed outside the ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
5,311 views
0 votes
1 answer

How to access an Elastic Beanstalk environment property from an .ebextensions config file

The statement that they are passed into ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
5,609 views
0 votes
1 answer

Error in Adding LIMIT fixes “Invalid digit, Value N” in Amazon Redshift.

This could be expressed simply as: SELECT TOP ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
11,385 views
0 votes
1 answer

What Constitutes a Compute Hour or Cost/Hour?

An hour counts as the time your ...READ MORE

Sep 3, 2018 in Azure by null_void
• 3,220 points
1,126 views
0 votes
1 answer

What is AWS MediaTailor?

AWS Elemental MediaTailor lets video providers insert ...READ MORE

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

What is AWS MediaStore?

AWS Elemental MediaStore is an AWS storage ...READ MORE

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

How to launch an EC2 instance with IAM-Role?

The credentials you are using from your ...READ MORE

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

How do you concatenate small sized files in Amazon S3?

Amazon S3 does not provide a concatenate ...READ MORE

Sep 3, 2018 in AWS by Archana
• 4,170 points
5,629 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,020 points
3,101 views
0 votes
1 answer

Lambda + RDS Postgres not working

Have you verified your security group for ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,020 points
1,671 views
0 votes
1 answer

Why amazon cognito authorizer works just as authenticator not as an authorizer?

Because it is an authenticator. Naming it as ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,020 points
763 views
0 votes
1 answer

I am Unable to call Django REST API from within the same AWS EC2 Linux machine.

As per discussions in comment section, it's ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,020 points
2,194 views
0 votes
1 answer

How do I roll-back a message to Amazon MQ (AMQ) from Lambda?

It is apparently not possible using STOMP ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,020 points
1,493 views
0 votes
1 answer

How do I disable detailed monitoring for instances in an auto scaling group in a CloudFormation template?

The property you want is InstanceMonitoring, not ...READ MORE

Aug 31, 2018 in AWS by Archana
• 4,170 points

edited Jun 16, 2023 by Khan Sarfaraz 1,487 views
0 votes
1 answer

AWS Elastic Beanstalk - How to increase instance disk capacity?

The 8 GB diskthat you are seeing ...READ MORE

Sep 3, 2018 in AWS by anonymous
4,417 views
0 votes
1 answer

How can I call Amazon's AWS kms decrypt function without using a binary file?

Not sure if you've already found this, ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
10,511 views
0 votes
1 answer

SageMakerRuntime: MissingAuthenticationTokenException

Make sure you include AWS.Credentials when you create the AWS.SageMakerRuntime instance. ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
1,106 views
0 votes
1 answer

How to use Federation from a User Pool (not from an Identity Pool)!

Is there a SignIn API for federated ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
1,020 views
0 votes
1 answer

Aws-elb health check failing at 302 code

In the event that the condition of ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
11,347 views
0 votes
1 answer

Amazon DynamoDB: warning

Yes, you should address this problem. You can ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
895 views
0 votes
1 answer

Creating a linux virtual machine from disk in azure using python

You specifically ask... Can anyone explain the answer ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
1,461 views
0 votes
1 answer

Amazon EC2 Beanstalk Lavarel showing code instead of displaying the page

If there is permission issue, give the ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
1,085 views
0 votes
1 answer

Invalid Bucket name when creating s3 bucket with AWS SDK

AWS provides naming standards when naming an ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
4,904 views
+1 vote
1 answer

Memory Utilization for auto scaling group AWS

I'm not sure if it can be ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
3,692 views
0 votes
1 answer

How do i get the Elastic IP from running instance?

If yours is a linux ec2 instance ...READ MORE

Aug 29, 2018 in AWS by Archana
• 4,170 points
2,101 views
0 votes
1 answer

What is Amazon Polly?

Amazon Polly is a service that turns ...READ MORE

Aug 29, 2018 in Cloud Computing by Meci Matt
• 9,460 points
690 views
0 votes
1 answer

What is AWS Secrets Manager?

AWS Secrets Manager helps you protect secrets ...READ MORE

Aug 29, 2018 in Cloud Computing by DragonLord999
• 8,450 points
1,147 views
0 votes
1 answer

AWS Simple AD : SSH based key Authentication for Linux instances

You can interact with SimpleAD in the ...READ MORE

Aug 29, 2018 in AWS by Priyaj
• 58,020 points
1,324 views
0 votes
1 answer

How can I get current date in a CloudFormation script?

There was a similar question asked on ...READ MORE

Aug 29, 2018 in AWS by Priyaj
• 58,020 points
9,550 views
0 votes
1 answer

Is there a way to prevent kubectl from de-registering kubernetes nodes?

By default, you using something like a ...READ MORE

Aug 29, 2018 in AWS by Priyaj
• 58,020 points
1,197 views
0 votes
1 answer

SerializationException:Start of structure or map found where not expected: API Gateway to Step function

Use escape character for your parameters as ...READ MORE

Aug 29, 2018 in AWS by Priyaj
• 58,020 points
15,913 views
0 votes
1 answer

How do i install specific fonts on my instances?

Create a fonts/ folder in your application ...READ MORE

Aug 28, 2018 in AWS by Archana
• 4,170 points
4,046 views