What is a stateless and a stateful entity?
Answer / Aakanksha
A stateless entity does not maintain any information between requests. Each request is treated independently, so it doesn't need to keep track of the previous state or session data. On the other hand, a stateful entity maintains some information about the current state or session between requests. This allows it to respond appropriately based on the context of the ongoing interaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Possible thigs that could be done from s3 bucket.
A user identifies that a huge data download is occurring on his instance. He has already set the auto scaling policy to increase the instance count. When the network input output increase beyond a threshold limits how can the user ensure that this temporary event does not result in scaling?
How will you bind the user session with a specific instance in elb (elastic load balancer)?
What is the difference between alb and nlb?
The user needs to quickly set up an email service because a client needs to start using it in the next hour. Which one can be the logical choice as there are several options available to set it up? What can be the best option to set up aws service would best meet the needs of the client?
Which are amazon rds service is related to which topic?
How many buckets can you create in aws by default?
What is the relation between instance and ami?
What is ec2?
How do I enable auto-scaling in aws?
What are the features of the amazon ec2 service?
when using iam to control access to your rds resources, the key names that can be used are case sensitive. For example, aws:currenttime is not equivalent to aws:currenttime. State True or False.