In order to increasse the the volume of EC2 Instance you need to click on volume attached to your EC2. After that...
Read More ⟶
There are various package that does this job but we will talk about `tar` that simply zip and uzip files and folders....
Read More ⟶
We all have heard about codepipeline which simply triggered by a source commit and start a pipeline to build...
Read More ⟶
First of all, we need to find out the process id also known as PID of the running process on a specific port. For...
Read More ⟶
Revert last commit in GIT
Revert last commit in GIt also knows as delete the last commit that was made...
Read More ⟶
When injected, HttpBackend dispatches requests directly to the backend, without going through the interceptor...
Read More ⟶
Uploading images to S3 bucket using Nodejs code. The below code will upload any assets to mentioned AWS S3 bucket and...
Read More ⟶
Search the path of actual installed packged detination. After that copy and run like below command.
which npm
which...
Read More ⟶
Login to you linux server
Check if codedeploy agent installed.
sudo codedeoploy-agent status
Remove any...
Read More ⟶
Whenever you create an SNS topic by itself, the default access policy will look something like this: The default...
Read More ⟶