I'm trying to enable FIPS for Elasticache Redis. AWS Elasticache documentation (https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/elasticache-compliance.html#elasticache-compliance-fedramp) says "Your ElastiCache for Redis clusters can be created using the FIPS endpoints available - us-east-1 - elasticache-fips.us-east-1.amazonaws.com" But there is no reference on how to configure this. There is no sample available. Anyone has done this? Any ideas on how to mention this in CloudFormation templates?
Using FIPS enabled endpoints of AWS Elasticache
238 Views Asked by Raghav D At
1
There are 1 best solutions below
Related Questions in REDIS
- How to Socket.IO Multithreading on a Raspberry Pi?
- How to get the session ID returned by cookie with spring-session-data-redis
- Cannot serialize (Spring Boot)
- JEDIS/REDIS 'ON' Keyword or broken query?
- Quart_Sessions Redis deletes keys and create backups instead
- Docker builds redis, mounts the host network and uses 192.168.*.* to access the redis server and is denied
- Need a script to fetch the redis latency values over 20 seconds and store the results in a file
- Service in Docker Compose not connecting to Redis container in docker, Failed to connect to any host resolved for DNS name
- Install redis vector database on GCP in a GKE cluster
- how to avoid while loop while waiting for future complete?
- Is it possible to append the data in Redis command
- Not able to inject RedisCache/SyncCache/StatefulRedisConnection beans in micronaut 4.2.1 version
- RedisConnectionFailureException intermittently
- using redis timeseries in aredes error =>Error handling publish event: [ErrorReply: ERR TSDB: invalid value]
- HttpResponseMessage caching using redis
Related Questions in AMAZON-ELASTICACHE
- How can I properly delete a cache key on a Ruby on Rails project using memcached on multiple nodes?
- Why signal R app throwing SocketClosed exception for RedisConnection(in aws) for and state is "ConnectedEstablished" and app works fine?
- How to check if SignalR is using redis elasticache programmatically in C#. Is there any code to get stored key value pairs
- How to Configure Elasticache in Single AZ
- "ERR unknown command 'memory', with args beginning with: USAGE" with Jedis and AWS ElastiCache
- Configure symfony cache to use AWS Redis read replicas
- Replica node automatically upgraded to primary node AWS Elasticache Redis
- Redis Query-by-Example does not support string matcher STARTING, ENDING using Spring data redis
- StackExchange.Redis.RedisServerException: ERR unknown command 'unwatch' when calling ITransaction.ExecuteAsync()
- How to connect my Nodejs Lambda to a Serverless Elasticache running memcached distribution
- Redisson fails to connect with SSL, Lettuce does
- How to add secondary region Redis cluster and global datastore using CloudFormation template
- unable to retrieve data from Memcached cluster consistently
- Unable to connect to Elasticache serverless memcached from Lambda within same VPC
- Go application in docker container on EC2 instance can't reach ElastiCache nor RDS
Related Questions in FIPS
- RHEL9, OpenJDK 11, FIPS - issues with PBES2 ciphers
- How should I submit (or at least is it possible to submit) my CSR (PKCS#10 file) to a CA that uses an HSM?
- How to build OpenSSL iOS libs with flips compliance and validate the libraries
- Gradle init on FIPS-enabled RHEL8 and AmazonLinux 2023 failing with PKCS#11
- rsaJsonWebKey.toJson throws ClassCastException on FIPS enabled host
- AES Encryption | InvalidCipherTextException: MAC check in GCM failed, while decrypting the cipher text at c# side
- Is there a known workaround to make Spring Security 6 SAML usage FIPS-compliant?
- How can I make ntpd work with FIPS openssl3?
- FIPS mode in java11
- Python 3.10 on openshift with fips mode got error on pandarallel
- Using FIPS enabled endpoints of AWS Elasticache
- Issues with building Python 3.9.2 from source with OpenSSL 3.0.8
- desCBC algorithm supported by BouncyCastle FIPS in non-approved mode?
- How to use FIPS compliant SSL inside Electron?
- FIPS Mode in Apache Tomcat
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The way to use FIPS endpoints in AWS is documented here
As documented, there are 3 options:
AWS_USE_FIPS_ENDPOINTenvironment variable totrue.use_fips_endpoint=trueto your~/.aws/configfile--endpoint-urloption.An example of option 3: