Most answered questions in Cloud Computing

0 votes
0 answers

Which of the following services is free in aws

I know that AWS has tons of ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 22 views
0 votes
0 answers

How to get aws certified

Like the title suggest, what is the ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 25 views
0 votes
0 answers

What is aws trusted advisor

I mean I understand what is AWS ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 19 views
0 votes
0 answers

Which service is an aws storage service

What services are all the services used ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 50 views
0 votes
0 answers

Which service is an aws database service

What are the services used in AWS ...READ MORE

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 47 views
0 votes
0 answers

What is aws certification

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

Dec 30, 2022 in AWS by Roshan
• 300 points

edited Mar 4 18 views
0 votes
0 answers

How to fix error with AWS Lambda handler, DynamoDB Put req?

Trying to create a Lambda to interact ...READ MORE

Dec 30, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 24 views
0 votes
0 answers

Why Won't My AWS CDK Code Build in AWS Code Pipelines?

I am getting the error Phase context ...READ MORE

Dec 30, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 53 views
0 votes
0 answers

How much data should I store in an object locally? Trying to limit requests to database

I'm now downloading pictures from my S3 ...READ MORE

Dec 30, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 49 views
0 votes
0 answers

AWS S3 Bucket created with force_delete=true fails to delete with Access Denied via terraform

I create an s3 bucket via terraform ...READ MORE

Dec 29, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 24 views
0 votes
0 answers

Question regarding queries/personalization

Because I'm new to web development, I ...READ MORE

Dec 29, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 43 views
0 votes
0 answers

Continuous Integration with AWS CDK, ECS, and Prisma

I'm setting up CI/CD while collaborating with ...READ MORE

Dec 28, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 24 views
0 votes
0 answers

What is the best way to go about archiving an AWS Dyanamo DB?

For a project that will be put ...READ MORE

Dec 28, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 46 views
0 votes
0 answers

RDS-data query to pandas dataframe

I have a serverless Aurora DB on ...READ MORE

Dec 28, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 26 views
0 votes
0 answers

Unable to create subscription filter to KinesisStream using AWS CDK

I want to stream some logs from ...READ MORE

Dec 27, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 43 views
0 votes
0 answers

Is AWS lightsail IaaS or PaaS?

Similar to the Iaas service EC2, AWS ...READ MORE

Dec 27, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 44 views
0 votes
0 answers

Request flow when AWS WAF, ALB associated and ALB 4xx?

We have a server that is set ...READ MORE

Dec 27, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 45 views
0 votes
0 answers

How to make an AWS Step function task wait for a SNS Message?

I need an AWS Step function with ...READ MORE

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 55 views
0 votes
0 answers

C++ code is not compiling with g++ -o object test.cpp for AWS SDK

I installed the AWS SDK for C++ ...READ MORE

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 70 views
0 votes
0 answers

How to setup Dev Test Prod AWS ENVs same Organization

I am switching between different AWS environments ...READ MORE

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 41 views
0 votes
0 answers

PySpark SparkSession error when trying to write parquet files to S3 bucket: org.apache.spark.SparkException: Task failed while writing rows?

New to Spark and data engineering as ...READ MORE

Dec 23, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 49 views
0 votes
0 answers

How to execute Shellscript in AWS Lambda . I would like to my script as serverless code

How to use AWS Lambda to run ...READ MORE

Dec 23, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 30 views
0 votes
0 answers

How to fetch and update DynamoDB table items by PartiQL in aws?

I have added a new column to ...READ MORE

Dec 23, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 50 views
0 votes
0 answers

Connect to AWS S3 bucket from Nodejs app ( persistent connection required)

I want to connect to AWS S3 ...READ MORE

Dec 23, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 34 views
0 votes
0 answers

Trying to read ssm parameter and working fine but write as text and uploading inside my bucket its not happening please find below code

import boto3 import os client = boto3.client('ssm') s3 = boto3.client("s3") def ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
783 views
0 votes
0 answers

Terraform external data source formatting issue

I want a list of my s3 ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
1,455 views
0 votes
0 answers

The AWS Access Key Id you provided does not exist in our records

I am getting invalid aws access key ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
2,001 views
0 votes
0 answers

How to host a stic website of S3 in the aws ECS?

The keycloak programme is operating on my ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
1 flag 750 views
0 votes
0 answers

how to catch instance_id that is of type class after creating a new server with boto3 with python?

I am launching a new ec2 instance ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
805 views
0 votes
0 answers

Spring-boot redirects differently when hitting localhost vs host ip?

I have an AWS Application Load Balancer ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 34 views
0 votes
0 answers

Using docker for aws command line utility

This command works as expected: # docker run ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 28 views
0 votes
0 answers

Amazon web services: Where to start

I just graduated, therefore I wanted to ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 29 views
0 votes
0 answers

How to connect to Oracle server created by Aws Oracle RDS?

Both an admin user and an AWS ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 26 views
0 votes
0 answers

What are the best practises to prepare for AWS Certified Solutions Architect - Associate 2017 pattern?

I've been discussing all of Amazon Web ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 29 views
0 votes
0 answers

AWS CLI step-functions to get failed executions

How to write a query using AWS ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
967 views
0 votes
0 answers

asSql() method is removed from ClientPreparedStatement (mysql-connector-java and mysql-connector-j)

ClientPreparedStatement had a public method in the ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
662 views
0 votes
0 answers

Referencing an element while using count in terraform resource and handling the case when count is 0

I have an AWS WAFv2 Web ACL ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
1,449 views
0 votes
0 answers

AWS API gateway not passing data into lambda function upon invocation

I'm not familiar with Lambda or APIs, ...READ MORE

Dec 20, 2022 in Cloud Computing by Tejashwini
• 3,820 points
604 views
0 votes
0 answers

Docker deployment always fails - massive container size

Our website was functioning normally for a ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
578 views
0 votes
0 answers

What are valid S3 key names that can be accessed via the S3 rest API?

From the AWS documentation, I know that: S3 ...READ MORE

Dec 16, 2022 in AWS by Roshan
• 300 points

edited Mar 4 52 views
0 votes
0 answers

How to retrieve source codes from aws?

The developer hosts my application on Amazon ...READ MORE

Dec 16, 2022 in AWS by Roshan
• 300 points

edited Mar 4 27 views
0 votes
0 answers

AWS Java SDK - Unable to find a region via the region provider chain

I have 2 questions. Number 1- I'm getting SDKClientException-Unable ...READ MORE

Dec 16, 2022 in AWS by Roshan
• 300 points

edited Mar 4 69 views
0 votes
0 answers

Create an AWS resource in 1000 AWS accounts using terraform provider meta-argument

I'm seeking to use Terraform to deploy ...READ MORE

Dec 16, 2022 in AWS by Roshan
• 300 points

edited Mar 4 26 views
0 votes
0 answers

Unable to access AWS account through terraform AWS provider

I am getting error code 401 "creating ec2 ...READ MORE

Dec 16, 2022 in AWS by Roshan
• 300 points

edited Mar 4 24 views
0 votes
0 answers

Running multiple MSCK REPAIR TABLE statements in AWS Athena

So I'm trying to execute the following ...READ MORE

Dec 16, 2022 in AWS by Ashwini
• 5,430 points

edited Mar 4 88 views
0 votes
0 answers

Terraform variable inteporlation and evaluation

I'm using the Yaml technique to manage ...READ MORE

Dec 16, 2022 in AWS by Ashwini
• 5,430 points

edited Mar 4 55 views
0 votes
0 answers

AWS Beanstalk deployement issue

I'm a newbie with AWS. I've been ...READ MORE

Dec 16, 2022 in AWS by Ashwini
• 5,430 points

edited Mar 4 55 views
0 votes
0 answers

AWS - NoCredentialsError: Unable to locate credentials

I'm new to AWS and also a ...READ MORE

Dec 16, 2022 in AWS by Ashwini
• 5,430 points

edited Mar 4 35 views
0 votes
0 answers

How to parse and iterate to save information in dyanomodb with lamda in python?

In order to save data from lamda ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
430 views
0 votes
0 answers

How to use aws ec2 create-tags (from aws cli) to give different values to the same tag across multiple resources?

Suppose I have a list of instance ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
1,612 views