Nohup With Busybox httpd [draft]
nohup busybox httpd -f -p 8080 & ps -ef | grep httpd sudo kill -9 1193 and run in difrent location nohup busybox httpd -f -p 8080 & Useful links:
nohup busybox httpd -f -p 8080 & ps -ef | grep httpd sudo kill -9 1193 and run in difrent location nohup busybox httpd -f -p 8080 & Useful links:
We will create s3 bucket In this article will create our first S3 bucket Let’s create S3 bucket Click create bucket to create one Give the bucket name and choose the region Public access is block by default If we want we can enable public access here Access is block by default You can enable if needed Create bucket Upload file Now we can upload some files from our computer Properties under properties, we can choose storage class Encryption Enable or disable encryption for the bucket We choose not to have encryption Upload upload files to the bucket Files in the bucket Our files now in the bucket URL We can use this URL to access our files from the browser Conclusion We just create our first bucket and upload some files....
How do I configure an EC2 Windows instance to allow file downloads using Internet Explorer? I need to download third-party software from the internet to my Amazon Elastic Compute Cloud (Amazon EC2) Windows instance. The Internet Explorer security configuration is blocking my attempts. How can I enable downloads? Connect to your EC2 Windows instance Open the Windows Start menu, and then open Server Manager. Follow the instructions for the Windows Server version that your EC2 Windows instance is running: Windows Server 2012 R2, Windows Server 2016, or Windows Server 2019: Choose Local Server from the left navigation pane....
We will create Route 53 Routing policies base on latency. Where there is no red arrow or description, leave the default value. First we need to create two web servers with sample web code in to different region. To do this exercise, we need running to servers Use sample user data code to create it. Copy code and run as user data when launch servers Copy and past code To use this code you have to use AWS Amazon Linux ISO!...
We will create lunche template and auto-scaling group Where there is no red arrow or description, leave the default values Under the instances select Lunch Template We do not have any templates so create one Give it a name and scroll down We put LT1 witch stands for Lunch Template 1 Chose AMI and instance type In our case is Amazon Linux 2 & t2.micro Select your Key pair your VPC and security group You have to have you key pair created or click create new key pair....