How the processes start, stop and terminate works? How?
Answer / Ajit Kumar
In AWS, processes can be managed using Systemd or init system. To start a process, use 'systemctl start <service_name>'. To check if it's running, use 'systemctl is-active <service_name>'. To stop a process, use 'systemctl stop <service_name>'. When an instance terminates, all processes are stopped along with the instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does amazon aws work?
Difference between stop and terminate the instances?
By when will you perform major version updates in elastic beanstalk?
What is root device path?
In vpc with private and public subnets, database servers should ideally be launched into which subnet?
What are difference type of load balancer and how many typed of load balancer aws give?
You need to set up an amazon s3 bucket to serve static assets for your public-facing internet application. That technique can make sure that all objects uploaded to the bucket are set to public read?
Explain what is elasticache?
What will cause to the backups and db snapshots if a user deletes the db instance?
Is the aws route 53 free?
What are the migration strategies?
How can I load my data to Amazon Redshift from different data sources like Amazon RDS, Amazon DynamoDB and Amazon EC2?