I am wondering and hoping this is possible.
On AWS I have two s3 buckets to separate a client facing application and an administrative application
- mysite-app
- mysite-admin
I have a cloudfront distribution for each application.
I have one AWS managed certificate for the following
- *.mysite.app
- mysite.app
So far everything works for mysite-app
, and I am just adding the admin
portion now.
To the question: will it be possible to have everything *.mysite.app
go to my mysite-app
except admin.mysite.app
goes to my mysite-admin
distro?
Would I need separate certificates
admin.mysite.app
*.mysite.app
/mysite.app
Would GoDaddy be able to support this?