The AWS section of "Deploying to the Cloud" in reference manual lists some really obscure ways of deploying Spring Boot applications to AWS.
In reality, containers are the predominant way of deploying Spring Boot applications to AWS these days and Amazon Elastic Container Service (ECS) is popular option there. Reference manual should be updated to reflect that.