Most answered questions in Cloud Computing

0 votes
0 answers

How to check aws free tier expiry date

I recently created the free tier account ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 29 views
0 votes
0 answers

How to check aws cli version

So I successfully installed the aws cli ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 31 views
0 votes
0 answers

How to change instance type in aws

So I created this EC2 t2.micro instance. ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 58 views
0 votes
0 answers

How many buckets can you create in aws by default

Is there a limit to how many ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 51 views
0 votes
0 answers

Why use aws? Reasons to choose aws

I wanted to know why use AWS ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 26 views
0 votes
0 answers

What is placement group in aws

What are the placement groups under AWS ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 28 views
0 votes
0 answers

What is cloudformation in aws

Hi guys. How is the AWS cloudformation ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 47 views
0 votes
0 answers

What is cidr in aws

Hi guys. I wanted to know what ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 52 views
0 votes
0 answers

What is aws services

Hi there. I am thinking of starting ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 54 views
0 votes
0 answers

What is aws sdk

I just stumbled upon this project that ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 25 views
0 votes
0 answers

What is aws educate

What is AWS Educate? Is AWS opening ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 27 views
0 votes
0 answers

What is aws ecs

I am new to AWS and I ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 25 views
0 votes
0 answers

What is aws config

First, I should explain that its been ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 52 views
0 votes
0 answers

What is aws cognito

I just read about AWS Cognito but ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 45 views
0 votes
0 answers

What is aws cloudwatch

I am exploring the AWS management console ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 50 views
0 votes
0 answers

What does s3 stand for in aws

I was looking at various AWS services ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 53 views
0 votes
0 answers

Which aws certification is best

I was thinking of getting an aws ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 54 views
0 votes
0 answers

How to prepare for aws certification

I am getting started with AWS and ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 53 views
0 votes
0 answers

How to install aws cli on windows

I was trying to install aws cli ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 55 views
0 votes
0 answers

How to get access key and secret key aws

I am getting started with learning about ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 24 views
0 votes
0 answers

How to download pem file from aws

I created my ec2 instance. I was ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 47 views
0 votes
0 answers

How to download key pair from aws

Hi guys. I wanted to know if ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 24 views
0 votes
0 answers

How to create iam user in aws

Hi guys. I want to know how ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 25 views
0 votes
0 answers

How many iam roles can be created per aws account

I had this question that what is ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 48 views
0 votes
0 answers

aws reaches customers in how many countries

I just had this question out of ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 20 views
0 votes
0 answers

What is s3 bucket in aws

Hi guys! I am a newbie to ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 27 views
0 votes
0 answers

What is NAT gateway in AWS

What is the NAT gateway in AWS? ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 25 views
0 votes
0 answers

What is iam role in aws

I am new to AWS and cloud ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 24 views
0 votes
0 answers

What is aws technology

As the title states, what exactly is ...READ MORE

Jan 4, 2023 in AWS by Roshan
• 300 points

edited Mar 4 27 views
0 votes
0 answers

How does AWS Lambda determine if messages are still in SQS queue?

When using AWS Lambda with a SQS ...READ MORE

Jan 4, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 27 views
0 votes
0 answers

terraform statefile configuration

I am currently reading the book called ...READ MORE

Jan 4, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 24 views
0 votes
0 answers

Java snapstart is not available in AWS Lambda

I have started to write Java Lambdas ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
886 views
0 votes
0 answers

How to directly read excel file from s3 with pandas in airflow dag?

Python is not working when I try to read an excel file from S3 inside of an AI flow dag.  It is quite strange because it works when I read it using pd.read excel(s3 excel path) from outside airflow.   How I acted:   Create an AWS account in Airflow (this works well as I can list my s3 bucket) In my Docker environment, where I run Airflow, instal pandas and s3fs. Pd.read excel(s3 excel path) should be used to attempt to read the file. I've tried it outside of Airflow, and it functions as stated.  Furthermore, even after waiting 20 minutes, nothing happens; the dag just keeps running indefinitely (at the stage where it is meant to read the file). (I am attempting to read the file ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
2,150 views
0 votes
0 answers

AWS Lambda read from SQS without concurrency

My requirements are as follows. Every two hours, ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
603 views
0 votes
0 answers

Deploy MERN stack on AWS

I am developing application with MERN stack. Can ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
730 views
0 votes
0 answers

Browsers not caching images from s3

I'm hosting my personal portfolio on AWS ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
746 views
0 votes
0 answers

Adding Pyjwt to aws lambda function layer

I'm attempting to add the Pyjwt library ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
1,683 views
0 votes
0 answers

Get the name of a dynamo table created with AWS CDK

Using the example from here. I can create ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
864 views
0 votes
0 answers

aws-cdk: pass ENV to NextJS app throught Ec2TaskDefinition

My node.js app needs creds and an ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
587 views
+1 vote
0 answers

How to deploy a NestJS application which is in a Nx monorepo?

I'm working on a Nx monorepo that ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
1,083 views
0 votes
0 answers

Bucket S3 via CLI, mas a url do obejto está fazendo download sozinho no browser,

Olá Todos! Subi uma pasta no Bucket S3 ...READ MORE

Jan 3, 2023 in AWS by anonymous

edited Mar 4 56 views
0 votes
0 answers

What is aws cli

As the title says, what is aws ...READ MORE

Jan 2, 2023 in AWS by Roshan
• 300 points

edited Mar 4 27 views
0 votes
0 answers

What is aws amplify

I think I should say first that ...READ MORE

Jan 2, 2023 in AWS by Roshan
• 300 points

edited Mar 4 49 views
0 votes
0 answers

What does arn stand for in aws

What is the ARN in AWS? I ...READ MORE

Jan 2, 2023 in AWS by Roshan
• 300 points

edited Mar 4 51 views
0 votes
0 answers

Which IAM policy provides permissions to resolve issues with aws

So I was having this problem with ...READ MORE

Jan 2, 2023 in AWS by Roshan
• 300 points

edited Mar 4 27 views
0 votes
0 answers

How to create s3 bucket in aws

I just wanted to get an idea ...READ MORE

Jan 2, 2023 in AWS by Roshan
• 300 points

edited Mar 4 51 views
0 votes
0 answers

Why does aws exist

Before you start answering, know that I ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 22 views
0 votes
0 answers

Which aws service is a compute service

I just wanted to know what aws ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 22 views
0 votes
0 answers

How to create aws account

Hi guys. I am just starting out ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 51 views
0 votes
0 answers

How to learn aws

I just need to get started with ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 48 views