AWS Linux instance public IP is not working
I have created an AWS EC2 Linux instance and installed Nginx on it. Both EC2 and Nginx statuses are “Running”. The problem is both Public IP and DNS are not working. When I put the public IP …
Start Learning to Code
Questions and Answers – Amazon Web Services (AWS) is a cloud platform to help businesses create applications.
I have created an AWS EC2 Linux instance and installed Nginx on it. Both EC2 and Nginx statuses are “Running”. The problem is both Public IP and DNS are not working. When I put the public IP …
I have a .Net core app hosted on Elastic beanstalk currently using DynamoDB with AWSSDK.DynamoDBv2 package and from what i understand, connection to dynamodb will happen over public internet unless i …
While defining my DynamoDB table, I selected filename as the unique attribute or primary key. In this function, I want to modify some columns of the entry with a particular filename. I tried this …
I was working on a staging cluster for my application, it required around 12 load balancers for my services definition. All of 12 looked pretty much the same: apiVersion: v1 kind: Service metadata: …
I am working on a Project and in there I have used AWS Cognito for basic Authentication for My Web Application; In this web Application I am providing multiple role-based Authentication (Like Super …
I created an AWS step function using Terraform. For now, the step function has only 1 lambda function for now: resource “aws_iam_role_policy” “sfn_policy” { policy = jsonencode( {…
I am trying to use AWS lightsail to deploy a Flask application. I was following this tutorial: https://aws.amazon.com/getting-started/hands-on/serve-a-flask-app/. So far, I have created an AWS account,…
i want to download a file from Amazon S3 using only a certain unique id i can use from it’s api, without using a folder or subfolder name. I created a folder/subfolder structure with hierarchy levels …
I upgraded node on my local machine as well as migrated from create-react-app to nextjs. When I pushed my code to AWS Amplify, I got this error: error game-night@0.1.0: The engine “node” is …
I need to remove a list of outdated Ami’s in AWS. But first I require to verifying are there any place still using those Ami’s. Is there an efficient way to find it out.