is there an AWS service that can maintain an OS like ansible ?
I mean: install package1 and package2, create folder /foo/bar, tune sysctl, ...
I don't mean: manage AWS ressource like route53, S3 buckets, loadbalancer, ...
is there an AWS service that can maintain an OS like ansible ?
I mean: install package1 and package2, create folder /foo/bar, tune sysctl, ...
I don't mean: manage AWS ressource like route53, S3 buckets, loadbalancer, ...
You mean like AWS Opsworks? It's hosted Chef / Puppet. You could also consider Systems Manager State Manager, not sure if it will do everything you need but it looks easy enough.
You can use Ansible if you like, but there's not a service to manage that for you.