Skip to content

Commit

Permalink
remove DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalfrin authored and pelegor committed May 26, 2024
1 parent 1643818 commit 90e6bad
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 154 deletions.
19 changes: 0 additions & 19 deletions aws/DRVault-Single-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,19 +501,6 @@ Resources:
ResourceSignal:
Timeout: PT20M
DeletionPolicy: Retain
VaultDRDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref VaultHostname
- '.pas.local'
ResourceRecords:
- !GetAtt VaultDRMachine.PrivateIp
TTL: '900'
Type: A
DependsOn: VaultDRMachine
Parameters:
EULA:
Type: String
Expand Down Expand Up @@ -543,9 +530,6 @@ Parameters:
Type: AWS::EC2::KeyPair::KeyName
Description: Select an existing Key Pair from your AWS account.
ConstraintDescription: Can contain only ASCII characters.
PASHostedZoneId:
Type: AWS::Route53::HostedZone::Id
Description: Provide the ID for the Hosted Zone created during the network deployment template.
VaultPrivateIP:
Type: String
Description: Enter the Primary Vault Private IP.
Expand Down Expand Up @@ -617,7 +601,6 @@ Metadata:
- VaultCustomAmi
- CyberarkAccountId
- KeyName
- PASHostedZoneId
- Label:
default: Primary Vault and DR information
Parameters:
Expand All @@ -643,8 +626,6 @@ Metadata:
default: CyberArk Account ID
KeyName:
default: Key Pair
PASHostedZoneId:
default: PAS Hosted Zone Id
VaultPrivateIP:
default: Primary Vault Private IP
VaultDRPassword:
Expand Down
45 changes: 0 additions & 45 deletions aws/PAS-AIO-DR-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,45 +1048,6 @@ Resources:
ResourceSignal:
Timeout: PT30M
DeletionPolicy: Retain
VaultDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref VaultHostname
- '.pas.local'
ResourceRecords:
- !GetAtt VaultMachine.PrivateIp
TTL: '900'
Type: A
DependsOn: VaultMachine
VaultDRDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref VaultHostname
- '-dr.pas.local'
ResourceRecords:
- !GetAtt VaultDRMachine.PrivateIp
TTL: '900'
Type: A
DependsOn: VaultDRMachine
ComponentsDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref ComponentsHostname
- '.pas.local'
ResourceRecords:
- !GetAtt ComponentsMachine.PrivateIp
TTL: '900'
Type: A
DependsOn: ComponentsMachine
Parameters:
EULA:
Type: String
Expand Down Expand Up @@ -1116,9 +1077,6 @@ Parameters:
Type: AWS::EC2::KeyPair::KeyName
Description: Select an existing Key Pair from your AWS account.
ConstraintDescription: Can contain only ASCII characters.
PASHostedZoneId:
Type: AWS::Route53::HostedZone::Id
Description: Provide the ID for the Hosted Zone created during the network deployment template.
VaultFilesBucket:
Type: String
Description: Enter the name of the S3 bucket containing the license and recovery public key.
Expand Down Expand Up @@ -1298,7 +1256,6 @@ Metadata:
- VaultCustomAmi
- CyberarkAccountId
- KeyName
- PASHostedZoneId
- VaultFilesBucket
- LicenseFile
- RecoveryPublicKey
Expand Down Expand Up @@ -1337,8 +1294,6 @@ Metadata:
default: CyberArk Account ID
KeyName:
default: Key Pair
PASHostedZoneId:
default: PAS Hosted Zone Id
VaultFilesBucket:
default: S3 Bucket
LicenseFile:
Expand Down
71 changes: 0 additions & 71 deletions aws/PAS-Component-Single-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -972,71 +972,6 @@ Resources:
ResourceSignal:
Timeout: PT10M
DeletionPolicy: Retain
PVWADNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref ComponentHostname
- '.pas.local'
ResourceRecords:
- !GetAtt PVWAMachine.PrivateIp
TTL: '900'
Type: A
Condition: CreatePVWACondition
CPMDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref ComponentHostname
- '.pas.local'
ResourceRecords:
- !GetAtt CPMMachine.PrivateIp
TTL: '900'
Type: A
Condition: CreateCPMCondition
PSMDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref ComponentHostname
- '.pas.local'
ResourceRecords:
- !GetAtt PSMMachine.PrivateIp
TTL: '900'
Type: A
Condition: CreatePSMCondition
PSMPDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref ComponentHostname
- '.pas.local'
ResourceRecords:
- !GetAtt PSMPMachine.PrivateIp
TTL: '900'
Type: A
Condition: CreatePSMPCondition
PTADNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref ComponentHostname
- '.pas.local'
ResourceRecords:
- !GetAtt PTAMachine.PrivateIp
TTL: '900'
Type: A
Condition: CreatePTACondition
Parameters:
EULA:
Type: String
Expand All @@ -1061,9 +996,6 @@ Parameters:
Type: AWS::EC2::KeyPair::KeyName
Description: Select an existing Key Pair from your AWS account.
ConstraintDescription: Can contain only ASCII characters.
PASHostedZoneId:
Type: AWS::Route53::HostedZone::Id
Description: Provide the ID for the Hosted Zone created during the network deployment template.
VaultPrivateIP:
Type: String
Description: Enter the IP of the Primary Vault instance.
Expand Down Expand Up @@ -1146,7 +1078,6 @@ Metadata:
- WinVersion
- CyberarkAccountId
- KeyName
- PASHostedZoneId
- Label:
default: Primary Vault and DR information
Parameters:
Expand Down Expand Up @@ -1174,8 +1105,6 @@ Metadata:
default: CyberArk Account ID
KeyName:
default: Key Pair
PASHostedZoneId:
default: PAS Hosted Zone Id
VaultPrivateIP:
default: Primary Vault Private IP
DRPrivateIP:
Expand Down
19 changes: 0 additions & 19 deletions aws/Vault-Single-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,19 +581,6 @@ Resources:
ResourceSignal:
Timeout: PT20M
DeletionPolicy: Retain
VaultDNSRecord:
Type: AWS::Route53::RecordSet
Properties:
HostedZoneId: !Ref PASHostedZoneId
Name: !Join
- ''
- - !Ref VaultHostname
- '.pas.local'
ResourceRecords:
- !GetAtt VaultMachine.PrivateIp
TTL: '900'
Type: A
DependsOn: VaultMachine
Parameters:
EULA:
Type: String
Expand Down Expand Up @@ -623,9 +610,6 @@ Parameters:
Type: AWS::EC2::KeyPair::KeyName
Description: Select an existing Key Pair from your AWS account.
ConstraintDescription: Can contain only ASCII characters.
PASHostedZoneId:
Type: AWS::Route53::HostedZone::Id
Description: Provide the ID for the Hosted Zone created during the network deployment template.
VaultFilesBucket:
Type: String
Description: Enter the name of the S3 bucket containing the license and recovery public key.
Expand Down Expand Up @@ -757,7 +741,6 @@ Metadata:
- VaultCustomAmi
- CyberarkAccountId
- KeyName
- PASHostedZoneId
- VaultFilesBucket
- LicenseFile
- RecoveryPublicKey
Expand Down Expand Up @@ -791,8 +774,6 @@ Metadata:
default: CyberArk Account ID
KeyName:
default: Key Pair
PASHostedZoneId:
default: PAS Hosted Zone Id
VaultFilesBucket:
default: S3 Bucket
LicenseFile:
Expand Down

0 comments on commit 90e6bad

Please sign in to comment.