Skip to content
AWS with Atiq
  • AWS
  • DevOps
  • Docker
  • Security
  • Linux
  • Others
  • WordPress
  • Get In Touch
  • Toggle website search
Search this website
  • AWS
  • DevOps
  • Docker
  • Security
  • Linux
  • Others
  • WordPress
  • Get In Touch
  • Toggle website search

How to RUN a NodeJS application in Docker

  • Post author:Atiqur Rahman
  • Post published:March 12, 2022
  • Post category:AWS
  • Post comments:0 Comments

Dockerfile FROM node:14-alpine3.15 WORKDIR /app RUN chown -R node /app USER root COPY package.json . RUN npm install COPY . . EXPOSE 8080 CMD [ "node", "server.js" ] Server.js const…

Continue ReadingHow to RUN a NodeJS application in Docker

How to Change Cognito User Password

  • Post author:Atiqur Rahman
  • Post published:December 27, 2021
  • Post category:AWS
  • Post comments:0 Comments

aws cognito-idp admin-set-user-password \ --user-pool-id us-east-1_xxx \ --username [email protected] \ --password "zzzzzzz" \ --permanent

Continue ReadingHow to Change Cognito User Password

NGINX configuration for NextJS

  • Post author:Atiqur Rahman
  • Post published:December 12, 2021
  • Post category:AWS
  • Post comments:0 Comments

NGINX is a popular web server software that can be used to serve your web applications. If you've built a Next.js application and you're looking to deploy it on a…

Continue ReadingNGINX configuration for NextJS

Event-Driven Architecture with AWS SQS and Lambda

  • Post author:Atiqur Rahman
  • Post published:October 5, 2021
  • Post category:AWS
  • Post comments:0 Comments

AWS provides a suite of services that are quickly becoming the backbone for many enterprise application architectures. One such service, AWS SQS, is an event-driven architecture that can be used…

Continue ReadingEvent-Driven Architecture with AWS SQS and Lambda
Read more about the article S3 bucket policy to make it Public

S3 bucket policy to make it Public

  • Post author:Atiqur Rahman
  • Post published:October 2, 2021
  • Post category:AWS
  • Post comments:0 Comments

{ "Version": "2008-10-17", "Statement": [ { "Sid": "AllowPublicRead", "Effect": "Allow", "Principal": { "AWS": "*" }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::{bucket-name}/*" } ] } Sometimes we have to make an Amazon S3…

Continue ReadingS3 bucket policy to make it Public
← Newer Posts
Older Posts →
About Myself
Atiqur Rahman

I am Atiqur Rahman graduated from BUET and am an AWS-certified solutions architect.

  • Twitter
  • Facebook
  • YouTube
  • LinkedIn
  • GitHub
5 ways to make money as an AWS Expert
5 easy ways to make money

Tags

amazon-linux apache apache2.4 aws azure beanstalk beginner books centos8 certificate-manager ci-cd codecommit codedeployment codepipeline cpanel deployment docker ec2 filezilla gcp iam lambda letsencrypt lightsail linux mysql nginx nodejs nosql npm nvm pem php php7.3 putty reboot role s3 security sns ssl vpc whm wix wordpress

Disclaimer

We are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites. We also participate in programs from eBay, CJ, Bluehost, Clickbank, ShareASale, and other sites. AwsWithAtiq is compensated for referring traffic and business to these companies.
© Copyright 2026 · AWS with Atiq | AWS | DevOps | Linux