-3

Can RDS SQL Server be integrated with Elasticache. Can SQL server read replica be created?

hjpotter92
  • 78,589
  • 36
  • 144
  • 183
luckyme
  • 1
  • 1
  • 1
    Huh?! - please elaborate the use case in more detail. – Lior Bar-On Aug 05 '17 at 05:40
  • 1
    Also, this seems like two separate questions. – MarthyM Aug 05 '17 at 06:45
  • 1
    Hello and welcome to StackOverflow. Please take some time to read the help page, especially the sections named [ask] and [mcve]. And more importantly, please read [the Stack Overflow question checklist](http://meta.stackexchange.com/q/156810/204922). – Peter Tutervai Aug 05 '17 at 07:07

1 Answers1

0

1) "Can RDS SQL Server be integrated with Elasticache"?

No, but you could use ElasticCache in the same AWS account as an RDS SQL server and potentially use them in the same programs. But the databases they used would be separate and distinct

2) "Can SQL Read Replica be created"? Yes, this is a standard feature of RDS. See https://aws.amazon.com/rds/details/read-replicas/

Vorsprung
  • 32,923
  • 5
  • 39
  • 63