Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
All Content tagged with Amazon Redshift Serverless
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
125 results
0
I want to configure 10 dms tasks with single common redshift serverless endpoint source endpoint will be different but target will be same want to do by cdk how is it possible to use single common r...
1
answers
0
votes
4
views
asked 19 hours ago
I want to configure 10 dms tasks with single common redshift serverless endpoint
source endpoint will be different but target will be same
want to do by cdk
how is it possible to use single common red...
1
answers
0
votes
6
views
asked 19 hours ago
need to restrict resource permission for custom lambda used to create Redshift serverless snapshot
when used
# Backup Lambda
backup_lambda = _lambda.Function(
self,
...
1
answers
0
votes
15
views
asked a day ago
To create a native user in Amazon Redshift Serverless with the sys:superuser role using CDK, you'll need to execute SQL commands after the Redshift Serverless resource is created. Here's how you can i...
1
answers
0
votes
7
views
asked a day ago
This recommendation was generated using AWS Generative AI capabilities. You are responsible for evaluating the recommendation in your specific context and implementing appropriate oversight and safegu...
1
answers
0
votes
8
views
asked a day ago
Created redshift serverless using cdk
admin user is created already during its config
now want to create native user with GRANT ROLE "sys:superuser"
using custom lambda created user
user also shows in...
1
answers
0
votes
5
views
asked a day ago
how to create redshift serverless db user which is native user by cdk
1
answers
0
votes
9
views
asked 2 days ago
Replication failed due to an internal failure. Replication failed in state 'REPLICATION_STARTING'. Setting state to FAILED
no proper logs shown
already other 2 tasks are configured properly but got ab...
1
answers
0
votes
19
views
asked 22 days ago
from aws_cdk import ( aws_redshiftserverless as redshiftserverless, aws_iam as iam, Stack ) from constructs import Construct
class MyStack(Stack): def init(self, scope: Construct, id: str, **kwargs):...
1
answers
0
votes
14
views
asked a month ago
from aws_cdk import (
aws_redshiftserverless as redshiftserverless,
aws_iam as iam,
Stack
)
from constructs import Construct
class MyStack(Stack):
def __init__(self, scope: Construct, id: str, **kwar...
1
answers
0
votes
25
views
asked a month ago
Using workgroup.attr_workgroup or workgroup.attr_workgroup_arn resources=[workgroup.attr_workgroup] Error: TypeError: type of argument resources must be one of (Sequence[str], NoneType); got aws_cdk.R...
1
answers
0
votes
19
views
asked a month ago
This recommendation was generated using AWS Generative AI capabilities. You are responsible for evaluating the recommendation in your specific context and implementing appropriate oversight and safegu...
1
answers
0
votes
22
views
asked a month ago