I have a couple of static sites. One of them is hosted in GitHub using GitHub pages but I need to find another host for the other static sites. I was thinking AWS would be a good plan but then I was thinking about how to actually push changes to Amazon S3 to update the website. So my question is as follows: if I create a new git remote repo which points to a Git repo hosted on AWS CodeCommit I could then use AWS CodePipeline to push the changes to Amazon S3 which then update the site. I've checked out prices and it seems quite cheap.
Does this seem like a reasonable option?
Does this seem like a reasonable option?